Added WindowOverridesSystemGesturesHint to our window flags.
authorGunnar Sletta <gunnar.sletta@nokia.com>
Wed, 1 Feb 2012 11:48:13 +0000 (12:48 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 1 Feb 2012 19:54:44 +0000 (20:54 +0100)
Change-Id: I42c3d3e5ef71960d16f85969b66380999fb15922
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/corelib/global/qnamespace.h
src/corelib/global/qnamespace.qdoc

index af54ac0..efb4985 100644 (file)
@@ -291,6 +291,7 @@ public:
         WindowShadeButtonHint = 0x00020000,
         WindowStaysOnTopHint = 0x00040000,
         WindowTransparentForInput = 0x00080000,
+        WindowOverridesSystemGestures = 0x00100000,
 
         CustomizeWindowHint = 0x02000000,
         WindowStaysOnBottomHint = 0x04000000,
index c815b0c..ae395a2 100644 (file)
            even the softkeys are invisible i.e. the window is displayed with
            \c showFullscreen(). Only supported for Symbian.
 
+    \value WindowOverridesSystemGesturesHint Informs the window system that this window
+           implements its own set of gestures and that system level gestures, like for
+           instance three-finger desktop switching, should be disabled.
+
     \value WindowType_Mask  A mask for extracting the window type
                             part of the window flags.