summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/shakeit.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/shakeit.qdoc')
-rw-r--r--doc/src/examples/shakeit.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/examples/shakeit.qdoc b/doc/src/examples/shakeit.qdoc
index fca2a9dd..05bb28bc 100644
--- a/doc/src/examples/shakeit.qdoc
+++ b/doc/src/examples/shakeit.qdoc
@@ -35,17 +35,17 @@
\brief The sensor gesture example demonstrates the steps for creating a QML application
that uses sensor gestures and the included shake sensor.
- Writing a QML application that uses the Shake QML sensorgestures element requires the following steps:
+ Writing a QML application that uses the Shake QML sensorgestures type requires the following steps:
Import the Sensors Declarative module.
\snippet ../examples/QtSensors/QtSensors_shakeit/QtSensors_shakeit.qml 0
- Add a SensorGesture QML element.
+ Add a SensorGesture QML type.
\snippet ../examples/QtSensors/QtSensors_shakeit/QtSensors_shakeit.qml 1
- In the SensorGesture element, specify which gesture to be used.
+ 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.