summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/qml-snake.qdoc
diff options
context:
space:
mode:
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 373ca133af..3125f2d939 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
*/