summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-10-04 15:14:17 +1000
committerLincoln Ramsay <lincoln.ramsay@nokia.com>2011-10-10 09:25:31 +1000
commit54f713b93d1347a0095305ceb32a074dbe5535de (patch)
tree3cf25b54c3049893ebe37ee24a81f6635f0aa5b4
parentcd53b6f81fa7471ea378676050abe4e4a97d9eeb (diff)
This is not preliminary code.
Fixes: MTMW-364 Change-Id: I77d677f98cd31000feb08bc88310fa1ef0c62dcf Reviewed-on: http://codereview.qt-project.org/5954 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
-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.