summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2021-08-10 10:48:54 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-10 09:06:50 +0000
commit4c97e5b685d01e1b49da459b1a1c0ffad68b7168 (patch)
treeb0fe894304173bf92828ec3167c0a4f7023133df
parentfedae242b688d01caadf75cb70c6248f3ebd94aa (diff)
Remove QtSensors QML import versioning from two examples
The original batch update to remove the versioning missed two examples. Task-number: QTBUG-92514 Change-Id: I813dda7a1ceb81b30d76f000ea55ed487cb2b840 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit 4a9812230941f1795550a1678a4e29e922811626) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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