summaryrefslogtreecommitdiffstats
path: root/src/sensors/qambientlightsensor.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-10-09 18:09:51 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2014-10-09 18:09:51 +0200
commitb932739133ad8276b0e60ee35c318afddc367091 (patch)
tree34009ca92b1616cd840523d7ddeec5d46dc8a09a /src/sensors/qambientlightsensor.cpp
parentb719524fdeda15f2d1eda3860de76ea13bc605ea (diff)
parentff98a9a27a18e6a48afa705e5cd84bd9461ad554 (diff)
Merge remote-tracking branch 'origin/5.4' into dev
Diffstat (limited to 'src/sensors/qambientlightsensor.cpp')
-rw-r--r--src/sensors/qambientlightsensor.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sensors/qambientlightsensor.cpp b/src/sensors/qambientlightsensor.cpp
index 36beb3cf..a899042d 100644
--- a/src/sensors/qambientlightsensor.cpp
+++ b/src/sensors/qambientlightsensor.cpp
@@ -42,6 +42,7 @@ IMPLEMENT_READING(QAmbientLightReading)
\class QAmbientLightReading
\ingroup sensors_reading
\inmodule QtSensors
+ \since 5.1
\brief The QAmbientLightReading class represents one reading from the
ambient light sensor.
@@ -103,6 +104,7 @@ void QAmbientLightReading::setLightLevel(QAmbientLightReading::LightLevel lightL
\class QAmbientLightFilter
\ingroup sensors_filter
\inmodule QtSensors
+ \since 5.1
\brief The QAmbientLightFilter class is a convenience wrapper around QSensorFilter.
@@ -129,6 +131,7 @@ char const * const QAmbientLightSensor::type("QAmbientLightSensor");
\class QAmbientLightSensor
\ingroup sensors_type
\inmodule QtSensors
+ \since 5.1
\brief The QAmbientLightSensor class is a convenience wrapper around QSensor.