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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h
index c90c096..6d8c4e7 100644
--- a/src/corelib/global/qnamespace.h
+++ b/src/corelib/global/qnamespace.h
@@ -1634,8 +1634,8 @@ public:
enum GestureContext
{
- WidgetGesture = WidgetShortcut,
- WidgetWithChildrenGesture = WidgetWithChildrenShortcut,
+ WidgetGesture = 0,
+ WidgetWithChildrenGesture = 3,
};
enum NavigationMode