summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2010-08-20 14:09:51 +1000
committerJoona Petrell <joona.t.petrell@nokia.com>2010-08-20 14:58:57 +1000
commite8141d3eff43e419f566449f42f9548ce54acf70 (patch)
tree068e31e2a13ca7cea0ed0faf1e808d98fb39473d /doc
parenta48c48f6b37c70416c4fad8ff8fa87467c540b78 (diff)
Fix minehunt demo for Symbian
Task-number: QTBUG-8927 Reviewed-by: Alan Alpert
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples/qml-minehunt.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/qml-minehunt.qdoc b/doc/src/examples/qml-minehunt.qdoc
index be82302283..e1ff22f49b 100644
--- a/doc/src/examples/qml-minehunt.qdoc
+++ b/doc/src/examples/qml-minehunt.qdoc
@@ -30,7 +30,7 @@
\example demos/declarative/minehunt
This demo shows how to create a simple Minehunt game, using QML for the
- UI and a C++ plugin for the game logic.
+ UI and C++ for the game logic.
\image qml-minehunt-demo.png
*/