diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-22 23:45:37 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-22 23:45:37 (GMT) |
commit | bbc247f839ab0b186a60cff96e06be4f30f66811 (patch) | |
tree | 7571b9970ea1f846424b45f25bd17298564e6438 /src/imports | |
parent | 74c6d263bebd0a3d74d0ca751985589c556c6c9b (diff) | |
download | Qt-bbc247f839ab0b186a60cff96e06be4f30f66811.zip Qt-bbc247f839ab0b186a60cff96e06be4f30f66811.tar.gz Qt-bbc247f839ab0b186a60cff96e06be4f30f66811.tar.bz2 |
compile
Diffstat (limited to 'src/imports')
-rw-r--r-- | src/imports/gestures/plugin.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/imports/gestures/plugin.cpp b/src/imports/gestures/plugin.cpp index 9f5d923..b8a9751 100644 --- a/src/imports/gestures/plugin.cpp +++ b/src/imports/gestures/plugin.cpp @@ -53,8 +53,7 @@ public: virtual void registerTypes(const char *uri) { Q_ASSERT(QLatin1String(uri) == QLatin1String("Qt.labs.gestures")); - qmlRegisterCustomType<QDeclarativeGestureArea>(uri,1,0, "GestureArea", "QDeclarativeGestureArea", - new QDeclarativeGestureAreaParser); + qmlRegisterCustomType<QDeclarativeGestureArea>(uri,1,0, "GestureArea", new QDeclarativeGestureAreaParser); } }; |