From bbc247f839ab0b186a60cff96e06be4f30f66811 Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Fri, 23 Apr 2010 09:45:37 +1000 Subject: compile --- src/imports/gestures/plugin.cpp | 3 +-- 1 file changed, 1 insertion(+), 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(uri,1,0, "GestureArea", "QDeclarativeGestureArea", - new QDeclarativeGestureAreaParser); + qmlRegisterCustomType(uri,1,0, "GestureArea", new QDeclarativeGestureAreaParser); } }; -- cgit v0.12