summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/imports/gestures/qdeclarativegesturearea.cpp1
-rw-r--r--src/imports/gestures/qdeclarativegesturearea_p.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/imports/gestures/qdeclarativegesturearea.cpp b/src/imports/gestures/qdeclarativegesturearea.cpp
index 9b4af03..b8c8f57 100644
--- a/src/imports/gestures/qdeclarativegesturearea.cpp
+++ b/src/imports/gestures/qdeclarativegesturearea.cpp
@@ -231,6 +231,7 @@ void QDeclarativeGestureArea::connectSignals()
void QDeclarativeGestureArea::componentComplete()
{
+ QDeclarativeItem::componentComplete();
Q_D(QDeclarativeGestureArea);
d->componentcomplete=true;
connectSignals();
diff --git a/src/imports/gestures/qdeclarativegesturearea_p.h b/src/imports/gestures/qdeclarativegesturearea_p.h
index 8d7fdfe..8e2c066 100644
--- a/src/imports/gestures/qdeclarativegesturearea_p.h
+++ b/src/imports/gestures/qdeclarativegesturearea_p.h
@@ -65,8 +65,6 @@ class Q_DECLARATIVE_EXPORT QDeclarativeGestureArea : public QDeclarativeItem
Q_PROPERTY(QGesture *gesture READ gesture)
- Q_INTERFACES(QDeclarativeParserStatus)
-
public:
QDeclarativeGestureArea(QDeclarativeItem *parent=0);
~QDeclarativeGestureArea();