summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/qml-snake.qdoc
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-05-25 05:27:24 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-05-25 05:27:24 (GMT)
commit8abe00029fddc0f54c2c5afeda488a76182fd95c (patch)
tree1982261606862535481b083f68eac1ba795cc614 /doc/src/examples/qml-snake.qdoc
parent55664a0ef4b88b67c9931c7d2f6853e5fa0a9716 (diff)
parentd982ded10a3dd5219ae40a5a3574b63ac7bdda3f (diff)
downloadQt-8abe00029fddc0f54c2c5afeda488a76182fd95c.zip
Qt-8abe00029fddc0f54c2c5afeda488a76182fd95c.tar.gz
Qt-8abe00029fddc0f54c2c5afeda488a76182fd95c.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Always pass context to QObject script class Reading/writing a non-existent property throws an exception Fix geolocation (untested) Doc License header. Example of a simple TextEditor look-and-feel. Fix benchmark warnings on symbian. Fix TextEdit implicit height. Integrate some QML examples and demos into qtdemo Fix typo
Diffstat (limited to 'doc/src/examples/qml-snake.qdoc')
-rw-r--r--doc/src/examples/qml-snake.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/examples/qml-snake.qdoc b/doc/src/examples/qml-snake.qdoc
index 373ca13..3125f2d 100644
--- a/doc/src/examples/qml-snake.qdoc
+++ b/doc/src/examples/qml-snake.qdoc
@@ -43,7 +43,8 @@
\title Snake
\example demos/declarative/snake
- This demo shows how to write a Snake game in QML.
+ This demo shows how to write a Snake game in QML, controlled by the
+ keyboard as well as the mouse.
- \image qml-snake-example.png
+ \image qml-snake-demo.png
*/