summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-07-16 03:02:39 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-07-16 03:02:39 +0200
commit0bedb14bb9c7c86e9e5639d03f0dd28a39d54798 (patch)
tree9d48b42f22ed8303746e4363eb0ca5bf7dc12aa5
parent8a6a24176f68db6cbc10bf66d852e99493607fe1 (diff)
parent70c2dd24800527908e92fb0ce181b939dbd6141e (diff)
downloadqtsensors-0bedb14bb9c7c86e9e5639d03f0dd28a39d54798.tar.gz
Merge remote-tracking branch 'origin/5.12' into 5.13
Change-Id: I882051b1e585c1af4a27930aa8c575ef641583b5
-rw-r--r--src/sensors/doc/src/qtsensors-cpp.qdoc2
-rw-r--r--src/sensors/qcompass.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/sensors/doc/src/qtsensors-cpp.qdoc b/src/sensors/doc/src/qtsensors-cpp.qdoc
index b0d2726..d732a0d 100644
--- a/src/sensors/doc/src/qtsensors-cpp.qdoc
+++ b/src/sensors/doc/src/qtsensors-cpp.qdoc
@@ -56,7 +56,7 @@ Where rotation around an axis is used, the rotation shall be expressed as a Righ
\image sensors-coordinates3.jpg
-In general, sensor data is oriented relative to \l QPlatformScreen::nativeOrientation,
+In general, sensor data is oriented relative to \l QScreen::nativeOrientation,
that is to the top of the device when the device is held in its natural orientation
(normally when the device logo appears the right side up). If values are to be
displayed on the screen, the values may need to be transformed so that they match
diff --git a/src/sensors/qcompass.cpp b/src/sensors/qcompass.cpp
index a24e08e..5bd2101 100644
--- a/src/sensors/qcompass.cpp
+++ b/src/sensors/qcompass.cpp
@@ -74,7 +74,7 @@ IMPLEMENT_READING(QCompassReading)
\brief the azimuth of the device.
Measured in degrees from magnetic north in a clockwise direction based on
- the top of the device, as defined by QPlatformScreen::nativeOrientation.
+ the top of the device, as defined by QScreen::nativeOrientation.
\sa {QCompassReading Units}
*/