summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2012-04-23 12:56:51 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-23 05:16:13 +0200
commit0a89f937120c62cf280043efd774caaeb910cbf4 (patch)
treef0b4640c1b0d615f235ac1144cf9b810f27ed272
parent506822ab64405cc9fa30cf8567cd9817e092491e (diff)
Docs: change title of qml sensors example. Bug-9815
Change-Id: I5e5c57c8c3a86b17b52b35fb50e61b62fef12a0b Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
-rw-r--r--doc/src/examples/qmlqtsensors.qdoc4
-rw-r--r--doc/src/imports/qtsensors5.qdoc2
-rw-r--r--src/imports/sensors2/qsensor2ambientlight.cpp2
-rw-r--r--src/imports/sensors2/qsensor2proximity.cpp2
-rw-r--r--src/imports/sensors2/qsensor2tilt.cpp2
5 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/examples/qmlqtsensors.qdoc b/doc/src/examples/qmlqtsensors.qdoc
index 4fc9e7d1..d8173306 100644
--- a/doc/src/examples/qmlqtsensors.qdoc
+++ b/doc/src/examples/qmlqtsensors.qdoc
@@ -27,9 +27,9 @@
/*!
\example sensors/qmlqtsensors
- \title QML Qt Sensors example
+ \title Qt Sensors - Simple QML Example
\ingroup qtsensors-examples
- \brief The QML Qt Sensors example demonstrates the QML sensors elements in the QtSensors 5 import.
+ \brief The Qt Sensors simple QML example demonstrates the QML sensors elements in the QtSensors 5 import.
\image qmlqtsensors.jpg
\section1 Overview
diff --git a/doc/src/imports/qtsensors5.qdoc b/doc/src/imports/qtsensors5.qdoc
index 5436ea2e..fc172aed 100644
--- a/doc/src/imports/qtsensors5.qdoc
+++ b/doc/src/imports/qtsensors5.qdoc
@@ -55,7 +55,7 @@
The emulator supports simulating the Ambient Light, Orientation, Compass and Proximity sensors.
- The \l {QML Qt Sensors example} contains code for using the the \l TiltSensor, \l AmbientLightSensor
+ The \l {Qt Sensors - Simple QML Example} contains code for using the the \l TiltSensor, \l AmbientLightSensor
and ProximitySensor elements.
\section1 QML Elements
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)