summaryrefslogtreecommitdiffstats
path: root/doc/src/qtsensors-cpp.qdoc
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2012-02-10 10:50:14 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-12 23:26:15 +0100
commit3b030528fbc3d2d7681113dc6c2727d4cff7a07a (patch)
treeb4988a0bed2179e905af6934b62dc73f0a0a9d07 /doc/src/qtsensors-cpp.qdoc
parent607f545c719486c4ebc1dd3ea227b268d70b8a16 (diff)
improve the sensors docs a bit
Change-Id: I2774c8ecc5ae711b6444d0adff0697c6d278dcad Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
Diffstat (limited to 'doc/src/qtsensors-cpp.qdoc')
-rw-r--r--doc/src/qtsensors-cpp.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/qtsensors-cpp.qdoc b/doc/src/qtsensors-cpp.qdoc
index 79f1ed6e..ecb54b43 100644
--- a/doc/src/qtsensors-cpp.qdoc
+++ b/doc/src/qtsensors-cpp.qdoc
@@ -36,14 +36,14 @@
On a device there can be many types of sensors. Not all of the types that the QtSensors API
supports may be available. There may also be types available that are not defined in the
-QtSensors API. You can find the sensor types available on a device using the
+QtSensors API. The types of sensors available on a device is found using the
\l QSensor::sensorTypes() function.
For a list of built-in sensor types, see the \l{Sensor Classes} section below.
\section1 Common Conventions
-Unless otherwise specified, QtSensors shall use the
+Unless otherwise specified, QtSensors uses the
\l{http://en.wikipedia.org/wiki/Cartesian_coordinate_system}{Right Hand Cartesian coordinate system}.
\image sensors-coordinates.jpg
@@ -65,7 +65,7 @@ sensor.
\section1 Using a Sensor
-The life cycle of a sensor is typically:
+The life cycle of a QSensor is typically:
\list
\o Create an instance of QSensor or one of its sub-classes on the stack or heap.