summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWolfgang Beck <wolfgang.beck@nokia.com>2012-05-17 12:27:18 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-24 03:06:56 +0200
commit17d908ba5205513e9ed0be33aebeb3736bda0326 (patch)
treeda04213540ee61853aab6b4260721f1badd703b2 /src
parent32e2d98ea438041e7e0c4df7e67053c5ee7527a7 (diff)
Unfork the examples.
Some examples were forked off and updated. Unfork by bringing these changes back (a later update will bring the other examples in line with this new style). The changes are primarily made up of file renaming. Also, JPG files have been converted to PNG. Some documentation updates have been done. Change-Id: Ib090abb5ebea2003d479d2336a23317f52b8c4d8 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'src')
-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 b24a8b09..28f46eda 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 {Qt Sensors - Simple QML Example} is an example how to use this QML element.
+ The \l {Qt Sensors - 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 c0ef9570..d126dc97 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 {Qt Sensors - Simple QML Example} is an example how to use this QML element.
+ The \l {Qt Sensors - 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 b0d85a5d..99d4a601 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 {Qt Sensors - Simple QML Example} is an example how to use this QML element.
+ The \l {Qt Sensors - QML example} is an example how to use this QML element.
*/
QSensor2Tilt::QSensor2Tilt(QObject* parent)