summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/sensors/qmlqtsensors/doc/src/qmlqtsensors.qdoc6
-rw-r--r--examples/sensors/qmlsensorgestures/doc/src/qmlsensorgestures.qdoc2
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/sensors/qmlqtsensors/doc/src/qmlqtsensors.qdoc b/examples/sensors/qmlqtsensors/doc/src/qmlqtsensors.qdoc
index 21befdfb..85fda325 100644
--- a/examples/sensors/qmlqtsensors/doc/src/qmlqtsensors.qdoc
+++ b/examples/sensors/qmlqtsensors/doc/src/qmlqtsensors.qdoc
@@ -32,12 +32,12 @@
\image qmlqtsensors.png
\section2 Qt Sensors in QML
- \brief The QtSensors - QML example demonstrates the QML sensors types in the QtSensors 5 import.
+ \brief The QtSensors - QML example demonstrates the QML sensors types in the QtSensors import.
- To write a QML application that will use the QML sensors types in the QtSensors 5 import you need to to the following steps:
+ To write a QML application that will use the QML sensors types in the QtSensors import you need to to the following steps:
- Import the QtSensors 5.x declarative plugin:
+ Import the QtSensors declarative plugin:
\snippet qmlqtsensors/qmlqtsensors.qml 0
diff --git a/examples/sensors/qmlsensorgestures/doc/src/qmlsensorgestures.qdoc b/examples/sensors/qmlsensorgestures/doc/src/qmlsensorgestures.qdoc
index 9733825f..eee952f4 100644
--- a/examples/sensors/qmlsensorgestures/doc/src/qmlsensorgestures.qdoc
+++ b/examples/sensors/qmlsensorgestures/doc/src/qmlsensorgestures.qdoc
@@ -36,7 +36,7 @@
To write a QML application that will use the gesture plugin, following
steps are needed:
- Import the QtSensors 5.x module:
+ Import the QtSensors module:
\snippet qmlsensorgestures/GestureView.qml 0