summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
diff options
context:
space:
mode:
authorck <qt-info@nokia.com>2010-02-23 09:21:07 (GMT)
committerck <qt-info@nokia.com>2010-02-23 09:21:07 (GMT)
commitca204e26f0c94a3f7ffbf2dfdf99ead5fa3ef33a (patch)
tree840a6cf73268728f248f0133ee8d6def079fe5fc /src/declarative/qml
parent3db40b0be40c946f547f238ed3f0af813892115e (diff)
downloadQt-ca204e26f0c94a3f7ffbf2dfdf99ead5fa3ef33a.zip
Qt-ca204e26f0c94a3f7ffbf2dfdf99ead5fa3ef33a.tar.gz
Qt-ca204e26f0c94a3f7ffbf2dfdf99ead5fa3ef33a.tar.bz2
Fix compilation with namespace.
Diffstat (limited to 'src/declarative/qml')
-rw-r--r--src/declarative/qml/qmllist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/qml/qmllist.h b/src/declarative/qml/qmllist.h
index cedc35b..5528d8d 100644
--- a/src/declarative/qml/qmllist.h
+++ b/src/declarative/qml/qmllist.h
@@ -133,10 +133,11 @@ private:
friend class QmlListReferencePrivate;
QmlListReferencePrivate* d;
};
-Q_DECLARE_METATYPE(QmlListReference);
QT_END_NAMESPACE
+Q_DECLARE_METATYPE(QmlListReference);
+
QT_END_HEADER
#endif // QMLLIST_H