summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2011-07-18 20:11:51 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-19 06:10:08 +0200
commit64a8ee1effcf8383afb8926ca7ee61a2f29d9ec3 (patch)
tree707b16ee0e02655fd0721be2a875a1901b8af6fe
parent8c323e16d00c771d4e38162bcc141c71b75a7711 (diff)
downloadqtlocation-64a8ee1effcf8383afb8926ca7ee61a2f29d9ec3.tar.gz
Add missing Q_INTERFACES.
Change-Id: I1ba33bfcadcc56b956daca97aa1c46088a3a6060 Reviewed-on: http://codereview.qt.nokia.com/1802 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Laing <david.laing@nokia.com>
-rw-r--r--src/imports/location/qdeclarativegeomapobject_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/imports/location/qdeclarativegeomapobject_p.h b/src/imports/location/qdeclarativegeomapobject_p.h
index a2068b25..8b254f71 100644
--- a/src/imports/location/qdeclarativegeomapobject_p.h
+++ b/src/imports/location/qdeclarativegeomapobject_p.h
@@ -100,6 +100,9 @@ private:
class QDeclarativeGeoMapObjectView : public QObject, public QDeclarativeParserStatus
{
Q_OBJECT
+
+ Q_INTERFACES(QDeclarativeParserStatus)
+
Q_PROPERTY(QVariant model READ model WRITE setModel NOTIFY modelChanged)
Q_PROPERTY(QDeclarativeComponent* delegate READ delegate WRITE setDelegate NOTIFY delegateChanged)
Q_PROPERTY(bool visible READ isVisible WRITE setVisible NOTIFY visibleChanged)