summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-08-20 05:19:51 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-08-20 05:19:51 (GMT)
commit80b6ed8e4894734b54aa1ffed977577b2d44969e (patch)
tree28aec1711e58029ab9ca21de084c87a61232eb17 /doc/src
parentdb63beeb4d421e98d851f4f837ad978e0f04d9aa (diff)
parente8141d3eff43e419f566449f42f9548ce54acf70 (diff)
downloadQt-80b6ed8e4894734b54aa1ffed977577b2d44969e.zip
Qt-80b6ed8e4894734b54aa1ffed977577b2d44969e.tar.gz
Qt-80b6ed8e4894734b54aa1ffed977577b2d44969e.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'doc/src')
-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 be82302..e1ff22f 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
*/