summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2021-08-10 10:48:54 +0300
committerJuha Vuolle <juha.vuolle@insta.fi>2021-08-10 11:17:18 +0300
commit4a9812230941f1795550a1678a4e29e922811626 (patch)
treeae8665337653c80b115c9bfdc63c1b7ac97c4924 /examples
parent7f4a33fab80d44239ef579a3abce9322a5c716c5 (diff)
Remove QtSensors QML import versioning from two examples
The original batch update to remove the versioning missed two examples. Pick-to: 6.2 Task-number: QTBUG-92514 Change-Id: I813dda7a1ceb81b30d76f000ea55ed487cb2b840 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
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