summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2014-06-30 09:58:40 +0300
committerSamuli Piippo <samuli.piippo@digia.com>2014-06-30 13:28:49 +0300
commit7236ab7b3015f3310860b96cf1da17d0aa2a7d6a (patch)
tree4a984b2e4f261a08b083667660e5c37c0e8bec97
parent76217b65aa7e2af9ecb21acb509f345313a262cc (diff)
Remove deleted demos also from doc
Photogallery and Qt5 presentation demos were removed, so remove them also from the documentation. Change-Id: Idb88eb7cabc1f4666c6f7e89274d327eadd65f22 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
-rw-r--r--doc/b2qt-demos.qdoc26
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/b2qt-demos.qdoc b/doc/b2qt-demos.qdoc
index 3bfb6d6..0a61968 100644
--- a/doc/b2qt-demos.qdoc
+++ b/doc/b2qt-demos.qdoc
@@ -106,17 +106,6 @@
*/
/*!
- \example photogallery
- \title Photo Gallery
- \ingroup b2qt-demos
- \brief A photo gallery implemented in QML.
-
- \image b2qt-demo-photogallery.jpg
-
- This is a simple photo gallery, showing images found in \c {/data/images} directory.
-*/
-
-/*!
\example qt5-cinematicdemo
\title Qt 5 Cinematic Demo
\ingroup b2qt-demos
@@ -136,21 +125,6 @@
*/
/*!
- \example qt5-launchpresentation
- \title Qt 5 Launch Presentation
- \ingroup b2qt-demos
- \brief A quick tour of what is new in Qt 5.
-
- \image b2qt-demo-qt5-launchpresentation.jpg
-
- This is an application written with Qt Quick, based on Qt 5.
-
- The source code is also available here: \l {https://qt.gitorious.org/qt-labs/qt5-launch-demo}.
- The demo makes use of the QML Presentation System, available from
- \c {ssh://codereview.qt-project.org/qt-labs/qml-presentation-system.git} repository.
-*/
-
-/*!
\example qt5-everywhere
\title Qt 5 Everywhere
\ingroup b2qt-demos