summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/sensors2/qsensor2ambientlight.cpp2
-rw-r--r--src/imports/sensors2/qsensor2proximity.cpp2
-rw-r--r--src/imports/sensors2/qsensor2tilt.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/sensors2/qsensor2ambientlight.cpp b/src/imports/sensors2/qsensor2ambientlight.cpp
index ae4f54df..b24a8b09 100644
--- a/src/imports/sensors2/qsensor2ambientlight.cpp
+++ b/src/imports/sensors2/qsensor2ambientlight.cpp
@@ -57,7 +57,7 @@ QT_BEGIN_NAMESPACE
This element is part of the \b{QtSensors 5} module.
- The \l {QML Qt Sensors example} is an example how to use this QML element.
+ The \l {Qt Sensors - Simple QML Example} is an example how to use this QML element.
*/
QSensor2AmbientLight::QSensor2AmbientLight(QObject* parent)
: qsensor2common(parent)
diff --git a/src/imports/sensors2/qsensor2proximity.cpp b/src/imports/sensors2/qsensor2proximity.cpp
index 7433e80e..c0ef9570 100644
--- a/src/imports/sensors2/qsensor2proximity.cpp
+++ b/src/imports/sensors2/qsensor2proximity.cpp
@@ -57,7 +57,7 @@ QT_BEGIN_NAMESPACE
This element is part of the \b{QtSensors 5} module.
- The \l {QML Qt Sensors example} is an example how to use this QML element.
+ The \l {Qt Sensors - Simple QML Example} is an example how to use this QML element.
*/
diff --git a/src/imports/sensors2/qsensor2tilt.cpp b/src/imports/sensors2/qsensor2tilt.cpp
index 8593f6d8..e3cec5b8 100644
--- a/src/imports/sensors2/qsensor2tilt.cpp
+++ b/src/imports/sensors2/qsensor2tilt.cpp
@@ -63,7 +63,7 @@ QT_BEGIN_NAMESPACE
This element is part of the \b{QtSensors 5} module.
- The \l {QML Qt Sensors example} is an example how to use this QML element.
+ The \l {Qt Sensors - Simple QML Example} is an example how to use this QML element.
*/
QSensor2Tilt::QSensor2Tilt(QObject* parent)