diff options
author | David Boddie <dboddie@trolltech.com> | 2010-08-24 14:08:28 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-08-24 14:08:28 (GMT) |
commit | c408dd8a80d509f18ec3c3bc8a74891f541f6fdd (patch) | |
tree | a29369b3d1e03f8f688b128e231c004081028bb6 /doc/src/examples/qml-minehunt.qdoc | |
parent | ef9cc109f1a6fe84ca27a6c8a53f1783b8bdf14d (diff) | |
parent | a8030e0c543e538652605557843b845f89b11589 (diff) | |
download | Qt-c408dd8a80d509f18ec3c3bc8a74891f541f6fdd.zip Qt-c408dd8a80d509f18ec3c3bc8a74891f541f6fdd.tar.gz Qt-c408dd8a80d509f18ec3c3bc8a74891f541f6fdd.tar.bz2 |
Merge branch '4.7' into qmldocs
Diffstat (limited to 'doc/src/examples/qml-minehunt.qdoc')
-rw-r--r-- | doc/src/examples/qml-minehunt.qdoc | 2 |
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 */ |