diff options
author | Mitch Curtis <mitch.curtis@digia.com> | 2014-07-18 11:28:41 +0200 |
---|---|---|
committer | Mitch Curtis <mitch.curtis@digia.com> | 2014-07-18 11:40:33 +0200 |
commit | 4c29e9149a583b48e563ad44b59666a9d45f9347 (patch) | |
tree | 79e1d0148aa1ac850bcda67206c8c19f5ed55cc9 /src/sensors | |
parent | c5a18346589b88ed9fc7970ad0857aef9d333b69 (diff) | |
download | qtsensors-4c29e9149a583b48e563ad44b59666a9d45f9347.tar.gz |
Add missing word to QCompass documentation.
Change-Id: I46b9a3c20b5169843292057439c80c859ccc7e82
Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
Diffstat (limited to 'src/sensors')
-rw-r--r-- | src/sensors/qcompass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensors/qcompass.cpp b/src/sensors/qcompass.cpp index 8bfca07..f2157d6 100644 --- a/src/sensors/qcompass.cpp +++ b/src/sensors/qcompass.cpp @@ -74,7 +74,7 @@ IMPLEMENT_READING(QCompassReading) \property QCompassReading::azimuth \brief the azimuth of the device. - Measured in degrees from magnetic north in a clockwise direction based + Measured in degrees from magnetic north in a clockwise direction based on the top of the UI. \sa {QCompassReading Units} */ |