summaryrefslogtreecommitdiffstats
path: root/src/imports/gestures/qdeclarativegesturearea_p.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-04-06 06:50:45 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-04-06 06:50:45 (GMT)
commitab9c4f04fe86cbeed28800cbe0473738d9959871 (patch)
treea1c004c26d508b4948c7941764e34f374838321c /src/imports/gestures/qdeclarativegesturearea_p.h
parent51381e1454070960bc3c1d6acdfa8e742c37620c (diff)
downloadQt-ab9c4f04fe86cbeed28800cbe0473738d9959871.zip
Qt-ab9c4f04fe86cbeed28800cbe0473738d9959871.tar.gz
Qt-ab9c4f04fe86cbeed28800cbe0473738d9959871.tar.bz2
Fix anchors, etc.
(pass parser status up to QDeclarativeItem)
Diffstat (limited to 'src/imports/gestures/qdeclarativegesturearea_p.h')
-rw-r--r--src/imports/gestures/qdeclarativegesturearea_p.h2
1 files changed, 0 insertions, 2 deletions
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();