summaryrefslogtreecommitdiffstats
path: root/src/sensors/doc/src
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2019-07-10 11:31:55 +0200
committerPaul Wicking <paul.wicking@qt.io>2019-07-11 18:14:43 +0000
commit70c2dd24800527908e92fb0ce181b939dbd6141e (patch)
treebe1d11b5cb3d3b6eda8d0c21206e692fed29f316 /src/sensors/doc/src
parent777204e439c8edd35e021a73cddd80f4c85ef4f5 (diff)
Doc: Prefer public over private API in links
This change uses the public API and removes references to private API. Task-number: QTBUG-76978 Change-Id: Ifd53dc520a38ff87b12271b7b446fd42753bb7f3 Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
Diffstat (limited to 'src/sensors/doc/src')
-rw-r--r--src/sensors/doc/src/qtsensors-cpp.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensors/doc/src/qtsensors-cpp.qdoc b/src/sensors/doc/src/qtsensors-cpp.qdoc
index b0d2726f..d732a0dd 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