summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-06-29 10:41:14 +0200
committerQt by Nokia <qt-info@nokia.com>2011-06-29 13:44:13 +0200
commitfa65123a86529bbbdaf2b774d741400a3dbfd593 (patch)
tree9e7fd12b81abc5a76610fb52f5f9b7a228e6aabd
parentf9ed8d963b2e672219f77631efa0cbda78f26ca7 (diff)
Move the chip example in the docs.
Change-Id: I21b894569615d1c344d9799743148dad1cbbc5dd Reviewed-on: http://codereview.qt.nokia.com/878 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kevin Wright <kevin.wright@nokia.com>
-rw-r--r--doc/src/examples/chip.qdoc (renamed from doc/src/demos/chip.qdoc)2
-rw-r--r--tests/auto/guiapplauncher/demos.txt1
-rw-r--r--tests/auto/guiapplauncher/examples.txt1
3 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/demos/chip.qdoc b/doc/src/examples/chip.qdoc
index eda0bed02a..07b12f9960 100644
--- a/doc/src/demos/chip.qdoc
+++ b/doc/src/examples/chip.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \example demos/chip
+ \example graphicsview/chip
\title 40000 Chips
This demo shows how to visualize a huge scene with 40000 chip items
diff --git a/tests/auto/guiapplauncher/demos.txt b/tests/auto/guiapplauncher/demos.txt
index 97aef2ce1b..d8da552616 100644
--- a/tests/auto/guiapplauncher/demos.txt
+++ b/tests/auto/guiapplauncher/demos.txt
@@ -1,4 +1,3 @@
-"Chip Demo", "demos/chip", "chip", 0, -1
"Composition Demo", "demos/composition", "composition", 0, -1
"Deform Demo", "demos/deform", "deform", 0, -1
"Embeddeddialogs Demo", "demos/embeddeddialogs", "embeddeddialogs", 0, -1
diff --git a/tests/auto/guiapplauncher/examples.txt b/tests/auto/guiapplauncher/examples.txt
index 53d2c6bc06..455cb4603e 100644
--- a/tests/auto/guiapplauncher/examples.txt
+++ b/tests/auto/guiapplauncher/examples.txt
@@ -15,6 +15,7 @@
"effects/lighting Example", "examples/effects/lighting", "lighting", 10, -1
"graphicsview/anchorlayout Example", "examples/graphicsview/anchorlayout", "anchorlayout", 10, -1
"graphicsview/basicgraphicslayouts Example", "examples/graphicsview/basicgraphicslayouts", "basicgraphicslayouts", 0, -1
+"graphicsview/chip Example", "examples/graphicsview/chip", "chip", 0, -1
"graphicsview/collidingmice Example", "examples/graphicsview/collidingmice", "collidingmice", 10, -1
"graphicsview/diagramscene Example", "examples/graphicsview/diagramscene", "diagramscene", 10, -1
"graphicsview/dragdroprobot Example", "examples/graphicsview/dragdroprobot", "dragdroprobot", 10, -1