summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/qml-minehunt.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/qml-minehunt.qdoc')
-rw-r--r--doc/src/examples/qml-minehunt.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/examples/qml-minehunt.qdoc b/doc/src/examples/qml-minehunt.qdoc
index 773f21646d..b2c662d91f 100644
--- a/doc/src/examples/qml-minehunt.qdoc
+++ b/doc/src/examples/qml-minehunt.qdoc
@@ -43,7 +43,8 @@
\title Minehunt
\example demos/declarative/minehunt
- This demo shows how to create a simple Minehunt game with QML and C++.
+ This demo shows how to create a simple Minehunt game, using QML for the
+ UI and a C++ plugin for the game logic.
- \image qml-minehunt-example.png
+ \image qml-minehunt-demo.png
*/