summaryrefslogtreecommitdiffstats
path: root/src/imports/sensors2/qsensor2ambientlight.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/qsensor2ambientlight.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/qsensor2ambientlight.cpp')
-rw-r--r--src/imports/sensors2/qsensor2ambientlight.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/sensors2/qsensor2ambientlight.cpp b/src/imports/sensors2/qsensor2ambientlight.cpp
index 28f46eda..c9a0b109 100644
--- a/src/imports/sensors2/qsensor2ambientlight.cpp
+++ b/src/imports/sensors2/qsensor2ambientlight.cpp
@@ -52,12 +52,12 @@ QT_BEGIN_NAMESPACE
\since QtSensors 5.0
\brief Provides access to the current ambient light level.
- This element provides easy access to determine the ambient light by using the ambient light sensor.
+ This type provides easy access to determine the ambient light by using the ambient light sensor.
For example brightening the screen according to whether the device is in full sunlight or not.
- 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.
*/
QSensor2AmbientLight::QSensor2AmbientLight(QObject* parent)
: qsensor2common(parent)