diff options
Diffstat (limited to 'doc/src/examples/qml-snake.qdoc')
-rw-r--r-- | doc/src/examples/qml-snake.qdoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/examples/qml-snake.qdoc b/doc/src/examples/qml-snake.qdoc index 8a27711..0fa5bfb 100644 --- a/doc/src/examples/qml-snake.qdoc +++ b/doc/src/examples/qml-snake.qdoc @@ -28,6 +28,7 @@ /*! \title Snake \example demos/declarative/snake + \depends helper/qmlapplicationviewer \brief The Qt Quick Snake demo shows how to write a Snake game in QML, controlled by the keyboard as well as the mouse. |