summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.h
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-10-12 08:46:17 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-10-12 09:31:47 (GMT)
commitf93ade8e1976ea605fe78c4c663ff8f8fa41d323 (patch)
tree11fc5ab2324256cd4ab75d814b444d3ce97f6211 /src/corelib/global/qnamespace.h
parent681639c326f20b77329539b282b0eb4f173fe961 (diff)
downloadQt-f93ade8e1976ea605fe78c4c663ff8f8fa41d323.zip
Qt-f93ade8e1976ea605fe78c4c663ff8f8fa41d323.tar.gz
Qt-f93ade8e1976ea605fe78c4c663ff8f8fa41d323.tar.bz2
Fixed warnings autotest.
Reviewed-by: Olivier Goffart
Diffstat (limited to 'src/corelib/global/qnamespace.h')
-rw-r--r--src/corelib/global/qnamespace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h
index 6d8c4e7..ad4bc55 100644
--- a/src/corelib/global/qnamespace.h
+++ b/src/corelib/global/qnamespace.h
@@ -1635,7 +1635,7 @@ public:
enum GestureContext
{
WidgetGesture = 0,
- WidgetWithChildrenGesture = 3,
+ WidgetWithChildrenGesture = 3
};
enum NavigationMode