qtmobility/src/sensors/qsensor.cpp
changeset 8 71781823f776
parent 4 90517678cc4f
child 11 06b8e2af4411
--- a/qtmobility/src/sensors/qsensor.cpp	Fri May 14 16:41:33 2010 +0300
+++ b/qtmobility/src/sensors/qsensor.cpp	Thu May 27 13:42:11 2010 +0300
@@ -73,7 +73,6 @@
     \class QSensor
     \ingroup sensors_main
 
-    \preliminary
     \brief The QSensor class represents a single hardware sensor.
 
     The life cycle of a sensor is typically:
@@ -231,6 +230,8 @@
     \brief the data rates that the sensor supports.
 
     This is a list of the data rates that the sensor supports.
+    Measured in Hertz.
+
     Entries in the list can represent discrete rates or a
     continuous range of rates.
     A discrete rate is noted by having both values the same.
@@ -250,6 +251,8 @@
     \property QSensor::dataRate
     \brief the data rate that the sensor should be run at.
 
+    Measured in Hertz.
+
     The default value is determined by the backend.
 
     This should be set before calling start() because the sensor may not
@@ -451,7 +454,6 @@
     \class QSensorFilter
     \ingroup sensors_main
 
-    \preliminary
     \brief The QSensorFilter class provides an efficient
            callback facility for asynchronous notifications of
            sensor changes.
@@ -516,7 +518,6 @@
     \class QSensorReading
     \ingroup sensors_main
 
-    \preliminary
     \brief The QSensorReading class holds the readings from the sensor.
 
     Note that QSensorReading is not particularly useful by itself. The interesting