summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/shakeit.qdoc
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2012-06-19 15:47:09 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-20 01:56:15 +0200
commitb2e97817684f40ab9353fa279a4c02ef9c12e13d (patch)
treeb7c7114b555539de9e1bc5a1bd1ed5afeed777bb /doc/src/examples/shakeit.qdoc
parent5e89b386f4aae5a4953c725b6aab565b21a3330f (diff)
Remove the 'special' naming of examples.
Just go back to the naming convention we had before. Change-Id: Iefecb7a5e0ab3aa4d22267b4f475a8e9c1c96058 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
Diffstat (limited to 'doc/src/examples/shakeit.qdoc')
-rw-r--r--doc/src/examples/shakeit.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/examples/shakeit.qdoc b/doc/src/examples/shakeit.qdoc
index 05bb28bc..fca2d2a3 100644
--- a/doc/src/examples/shakeit.qdoc
+++ b/doc/src/examples/shakeit.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \example QtSensors/QtSensors_shakeit
+ \example sensors/shakeit
\title Qt Sensors - ShakeIt QML Example
\ingroup qtsensors-examples
\image shakeit.png
@@ -39,25 +39,25 @@
Import the Sensors Declarative module.
- \snippet ../examples/QtSensors/QtSensors_shakeit/QtSensors_shakeit.qml 0
+ \snippet ../examples/sensors/shakeit/shakeit.qml 0
Add a SensorGesture QML type.
- \snippet ../examples/QtSensors/QtSensors_shakeit/QtSensors_shakeit.qml 1
+ \snippet ../examples/sensors/shakeit/shakeit.qml 1
In the SensorGesture type, specify which gesture to be used.
Note that this can be a comma separated list. Here we are only interested in one
gesture recognizer.
- \snippet ../examples/QtSensors/QtSensors_shakeit/QtSensors_shakeit.qml 2
+ \snippet ../examples/sensors/shakeit/shakeit.qml 2
Use the 'enabled' property to start the sensor gesture.
- \snippet ../examples/QtSensors/QtSensors_shakeit/QtSensors_shakeit.qml 3
+ \snippet ../examples/sensors/shakeit/shakeit.qml 3
Use the onDetected signal to do stuff.
- \snippet ../examples/QtSensors/QtSensors_shakeit/QtSensors_shakeit.qml 4
+ \snippet ../examples/sensors/shakeit/shakeit.qml 4
There are additional gestures to shake which are supported:
whip, twistRight, hover, cover, turnover and pickup.