summaryrefslogtreecommitdiffstats
path: root/src/sensors/doc/src/compatmap.qdoc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-09-24 12:25:12 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-04 12:36:42 +0100
commit303fc6d4c3a7e4a15fa9e92dc5448bb8f7982509 (patch)
treefab2a186b2d3362caef9ec7a5ea519b1a7b639f6 /src/sensors/doc/src/compatmap.qdoc
parent76d4cae393305a1a87e53b88ef80a2a1a87758b7 (diff)
Doc: review of QtSensors
Minor corrections in compatmap.qdoc Task-number: QTBUG-32173 Change-Id: Ic4f881449e65c2d6889f0e217d251214997a8a56 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/sensors/doc/src/compatmap.qdoc')
-rw-r--r--src/sensors/doc/src/compatmap.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sensors/doc/src/compatmap.qdoc b/src/sensors/doc/src/compatmap.qdoc
index e3a35304..a287a827 100644
--- a/src/sensors/doc/src/compatmap.qdoc
+++ b/src/sensors/doc/src/compatmap.qdoc
@@ -219,11 +219,11 @@
1) Support depends on the underlying platform
- In addition to the table above, each sensor type might support specific features. For example
+ In addition to the table above, each sensor type might support specific features. For example,
a magnetometer might support returning geo values. See QSensor::isFeatureSupported() for
additional details.
- Sensor Gestures are mostly platform independent, and will run if the platform has the needed sensors.
+ Sensor Gestures are mostly platform independent, and will run if the platform has the sensors required.
Whether they are supported and work well or not depends on the platform.
*/