From 4c97e5b685d01e1b49da459b1a1c0ffad68b7168 Mon Sep 17 00:00:00 2001 From: Juha Vuolle Date: Tue, 10 Aug 2021 10:48:54 +0300 Subject: 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 (cherry picked from commit 4a9812230941f1795550a1678a4e29e922811626) Reviewed-by: Qt Cherry-pick Bot --- examples/sensors/qmlqtsensors/doc/src/qmlqtsensors.qdoc | 6 +++--- examples/sensors/qmlsensorgestures/doc/src/qmlsensorgestures.qdoc | 2 +- 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 -- cgit v1.2.3