summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/global/qnamespace.h')
-rw-r--r--src/corelib/global/qnamespace.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h
index 807bed8a61..4c1cff8eee 100644
--- a/src/corelib/global/qnamespace.h
+++ b/src/corelib/global/qnamespace.h
@@ -283,6 +283,14 @@ public:
Q_DECLARE_FLAGS(WindowStates, WindowState)
+ enum ScreenOrientation {
+ UnknownOrientation,
+ LandscapeOrientation,
+ PortraitOrientation,
+ InvertedLandscapeOrientation,
+ InvertedPortraitOrientation
+ };
+
enum WidgetAttribute {
WA_Disabled = 0,
WA_UnderMouse = 1,