summaryrefslogtreecommitdiffstats
path: root/src/imports/gestures/qdeclarativegesturearea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/gestures/qdeclarativegesturearea.cpp')
-rw-r--r--src/imports/gestures/qdeclarativegesturearea.cpp1
1 files changed, 1 insertions, 0 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();