From 54f713b93d1347a0095305ceb32a074dbe5535de Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Tue, 4 Oct 2011 15:14:17 +1000 Subject: This is not preliminary code. Fixes: MTMW-364 Change-Id: I77d677f98cd31000feb08bc88310fa1ef0c62dcf Reviewed-on: http://codereview.qt-project.org/5954 Reviewed-by: Qt Sanity Bot Reviewed-by: Lincoln Ramsay --- src/sensors/qlightsensor.cpp | 3 --- 1 file changed, 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. -- cgit v1.2.3