summaryrefslogtreecommitdiffstats
path: root/src/imports/sensors2/qsensor2tilt.cpp
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2012-06-13 14:14:30 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-19 03:40:14 +0200
commit3aebcb96b72c8e2dbfeff078e67af55489c2bac8 (patch)
treeef1adbb87daf4f9ddd8ce1ec095f87cb8c6017f7 /src/imports/sensors2/qsensor2tilt.cpp
parenta42fd9d05a8f8db8a79fc8da920fa917188b8e9b (diff)
Docs: change QML elements to QML types in docs.
Change-Id: I54a9a1972978f1d989d262f137b5890d1feb35e0 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'src/imports/sensors2/qsensor2tilt.cpp')
-rw-r--r--src/imports/sensors2/qsensor2tilt.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/sensors2/qsensor2tilt.cpp b/src/imports/sensors2/qsensor2tilt.cpp
index 99d4a601..189a1b2b 100644
--- a/src/imports/sensors2/qsensor2tilt.cpp
+++ b/src/imports/sensors2/qsensor2tilt.cpp
@@ -57,13 +57,13 @@ QT_BEGIN_NAMESPACE
\since QtSensors 5.0
\brief Provides access to the current X and Y axis rotation angles of the device.
- This element provides tilt data from the rotation around the x and y axis of the device using
+ This type provides tilt data from the rotation around the x and y axis of the device using
the accelerometer sensor. Like for a marble and maze game, where the marble is rolled
around the screen according to the user tilting the device.
- This element is part of the \b{QtSensors 5} module.
+ This type is part of the \b{QtSensors 5} module.
- The \l {Qt Sensors - 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 type.
*/
QSensor2Tilt::QSensor2Tilt(QObject* parent)