summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-02-22 13:51:29 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-02-22 13:51:29 (GMT)
commit4eb28ae6ca24c19f0187a9da7cb09f3c38349ca4 (patch)
tree72d99126ec407e69c8f72168c6e82f61e3a9bbf8 /doc
parent66818ea9bc50af50bb26515cf667fe1c0c62a12d (diff)
downloadQt-4eb28ae6ca24c19f0187a9da7cb09f3c38349ca4.zip
Qt-4eb28ae6ca24c19f0187a9da7cb09f3c38349ca4.tar.gz
Qt-4eb28ae6ca24c19f0187a9da7cb09f3c38349ca4.tar.bz2
Documentation Update
Mention that the same game tutorial is now slightly different to the demo version.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/advtutorial.qdoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/declarative/advtutorial.qdoc b/doc/src/declarative/advtutorial.qdoc
index 43dc81e..b16961c 100644
--- a/doc/src/declarative/advtutorial.qdoc
+++ b/doc/src/declarative/advtutorial.qdoc
@@ -49,9 +49,13 @@ how to turn that knowledge into a complete and functioning application.
This tutorial involves a significant amount of JavaScript to implement the game logic. An understanding of JavaScript is helpful to understand the JavaScript parts of this tutorial, but if you don't understand JavaScript you can still get a feel for how to integrate QML elements with backend logic which creates and controls them. From the QML perspective, there is little difference between integrating with backend logic written in C++ and backend logic written in JavaScript.
-In this tutorial we recreate, step by step, the Same Game demo in $QTDIR/demos/declarative/samegame.qml.
+In this tutorial we recreate, step by step, a version of the Same Game demo in $QTDIR/demos/declarative/samegame.qml.
The results of the individual steps are in the $QTDIR/examples/declarative/tutorials/samegame directory.
+The Same Game demo has been extended since this tutorial was written. This tutorial only covers the version in
+the $QTDIR/examples/declarative/tutorials/samegame directory. However once you have completed the tutorial you should be able
+to understand the extensions in the most recent Same Game demo, and even extend it yourself.
+
Tutorial chapters:
\list