summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2010-07-22 14:22:07 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2010-07-23 09:46:39 (GMT)
commit1e42dc7e2421969a5a941d15d425eaf4d8bf3f7d (patch)
treeafd461ed65ac6cc7861053957e918c4d9d9facbe /src/corelib/global
parent5e0371250d050f619d3c7c635377213ece733e66 (diff)
downloadQt-1e42dc7e2421969a5a941d15d425eaf4d8bf3f7d.zip
Qt-1e42dc7e2421969a5a941d15d425eaf4d8bf3f7d.tar.gz
Qt-1e42dc7e2421969a5a941d15d425eaf4d8bf3f7d.tar.bz2
Register a few gesture-related types in the meta-type system.
Reviewed-by: Zeno Albisser Reviewed-by: Volker Hilsheimer
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qnamespace.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h
index a12e121..68702c4 100644
--- a/src/corelib/global/qnamespace.h
+++ b/src/corelib/global/qnamespace.h
@@ -90,6 +90,9 @@ Qt {
Q_ENUMS(InputMethodHint)
Q_FLAGS(WindowFlags WindowStates InputMethodHints)
Q_ENUMS(ConnectionType)
+#ifndef QT_NO_GESTURES
+ Q_ENUMS(GestureState)
+#endif
#endif // (defined(Q_MOC_RUN) || defined(QT_JAMBI_RUN))
#if defined(Q_MOC_RUN)