aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickscreen/data
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-09-24 12:08:10 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-09-30 09:57:04 +0200
commit536ead429648f40b874f8d6927bb8f98e8f47a37 (patch)
treee419d5eaf01c0a363b609574261f6c3ad6a45efd /tests/auto/quick/qquickscreen/data
parentd5b10eda96e2b00a11a2346cb2374af053a5c5af (diff)
Add orientationUpdateMask to QQuickScreen
Task-number: QTBUG-38699 Change-Id: I173b7e53c27dba336351572859f7c9aeafe07ef9 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
Diffstat (limited to 'tests/auto/quick/qquickscreen/data')
-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
}