From 0b12055548a8781b0c328991c267d62222667e8e Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 4 Nov 2020 12:37:45 +0100 Subject: Doc: Fix documentation warnings for Qt Quick - Remove links to modules and examples that are not part of Qt 6. - Remove links to entities marked as \internal - Add missing enum value and QML property docs where it's trivial to do so. Task-number: QTBUG-88156 Change-Id: I10a1c7bcc5fe0e2354ea69eaf24930362edb7415 Reviewed-by: Paul Wicking --- src/quick/items/qquickscreen.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/quick/items/qquickscreen.cpp') diff --git a/src/quick/items/qquickscreen.cpp b/src/quick/items/qquickscreen.cpp index 10701efbfa..ffe8169381 100644 --- a/src/quick/items/qquickscreen.cpp +++ b/src/quick/items/qquickscreen.cpp @@ -216,12 +216,11 @@ QT_BEGIN_NAMESPACE window system perspective. Most mobile devices and tablet computers contain accelerometer sensors. - The Qt Sensors module provides the ability to read this sensor directly. - However, the windowing system may rotate the entire screen automatically + The windowing system may rotate the entire screen automatically based on how it is being held, or manually via settings to rotate a desktop monitor; in that case, this \c orientation property will change. - \sa primaryOrientation(), QWindow::contentOrientation(), QOrientationSensor + \sa primaryOrientation, QWindow::contentOrientation() */ /*! \qmlattachedmethod int Screen::angleBetween(Qt::ScreenOrientation a, Qt::ScreenOrientation b) -- cgit v1.2.3