From ae1d0048d655d569523bab50d861bd156661a6b8 Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Wed, 1 Feb 2012 12:48:13 +0100 Subject: Added WindowOverridesSystemGesturesHint to our window flags. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I42c3d3e5ef71960d16f85969b66380999fb15922 Reviewed-by: Samuel Rødal --- src/corelib/global/qnamespace.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/global/qnamespace.h') diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h index af54ac02a3..efb4985645 100644 --- a/src/corelib/global/qnamespace.h +++ b/src/corelib/global/qnamespace.h @@ -291,6 +291,7 @@ public: WindowShadeButtonHint = 0x00020000, WindowStaysOnTopHint = 0x00040000, WindowTransparentForInput = 0x00080000, + WindowOverridesSystemGestures = 0x00100000, CustomizeWindowHint = 0x02000000, WindowStaysOnBottomHint = 0x04000000, -- cgit v1.2.3