summaryrefslogtreecommitdiffstats
path: root/src/imports/gestures/plugin.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-04-22 23:45:37 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-04-22 23:45:37 (GMT)
commitbbc247f839ab0b186a60cff96e06be4f30f66811 (patch)
tree7571b9970ea1f846424b45f25bd17298564e6438 /src/imports/gestures/plugin.cpp
parent74c6d263bebd0a3d74d0ca751985589c556c6c9b (diff)
downloadQt-bbc247f839ab0b186a60cff96e06be4f30f66811.zip
Qt-bbc247f839ab0b186a60cff96e06be4f30f66811.tar.gz
Qt-bbc247f839ab0b186a60cff96e06be4f30f66811.tar.bz2
compile
Diffstat (limited to 'src/imports/gestures/plugin.cpp')
-rw-r--r--src/imports/gestures/plugin.cpp3
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);
}
};