diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-10-12 08:46:17 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-10-12 09:31:47 (GMT) |
commit | f93ade8e1976ea605fe78c4c663ff8f8fa41d323 (patch) | |
tree | 11fc5ab2324256cd4ab75d814b444d3ce97f6211 /src/corelib/global/qnamespace.h | |
parent | 681639c326f20b77329539b282b0eb4f173fe961 (diff) | |
download | Qt-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.h | 2 |
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 |