aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickscreen/data/screen.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickscreen/data/screen.qml')
-rw-r--r--tests/auto/quick/qquickscreen/data/screen.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickscreen/data/screen.qml b/tests/auto/quick/qquickscreen/data/screen.qml
index 780b22f23d..dc3803f4e3 100644
--- a/tests/auto/quick/qquickscreen/data/screen.qml
+++ b/tests/auto/quick/qquickscreen/data/screen.qml
@@ -8,4 +8,7 @@ Item {
property int h: Window.Screen.height
property int curOrientation: Window.Screen.orientation
property int priOrientation: Window.Screen.primaryOrientation
+ property int updateMask: Window.Screen.orientationUpdateMask
+
+ Window.Screen.orientationUpdateMask: Qt.LandscapeOrientation | Qt.InvertedLandscapeOrientation
}