summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sensors/qlightsensor.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sensors/qlightsensor.cpp b/src/sensors/qlightsensor.cpp
index cac2c424..4fc67b53 100644
--- a/src/sensors/qlightsensor.cpp
+++ b/src/sensors/qlightsensor.cpp
@@ -52,7 +52,6 @@ IMPLEMENT_READING(QLightReading)
\since 1.2
- \preliminary
\brief The QLightReading class represents one reading from the
light sensor.
@@ -87,7 +86,6 @@ void QLightReading::setLux(qreal lux)
\class QLightFilter
\ingroup sensors_filter
- \preliminary
\brief The QLightFilter class is a convenience wrapper around QSensorFilter.
The only difference is that the filter() method features a pointer to QLightReading
@@ -108,7 +106,6 @@ char const * const QLightSensor::type("QLightSensor");
\class QLightSensor
\ingroup sensors_type
- \preliminary
\brief The QLightSensor class is a convenience wrapper around QSensor.
The only behavioural difference is that this class sets the type properly.