summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-02-17 03:40:37 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-02-17 03:40:37 (GMT)
commita499bee7c95c98bc120fc8a1de709e321c27f17f (patch)
tree830ab72d72899d02d8476017a3c9728146834b62 /src/declarative/util
parent9f12ede32d9eaadde7b1f72cf2191f39d5780d57 (diff)
parentddd1428cd15cc19e7d0b9a1adaba2f889d17111f (diff)
downloadQt-a499bee7c95c98bc120fc8a1de709e321c27f17f.zip
Qt-a499bee7c95c98bc120fc8a1de709e321c27f17f.tar.gz
Qt-a499bee7c95c98bc120fc8a1de709e321c27f17f.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml
Diffstat (limited to 'src/declarative/util')
-rw-r--r--src/declarative/util/qmlxmllistmodel.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/declarative/util/qmlxmllistmodel.cpp b/src/declarative/util/qmlxmllistmodel.cpp
index b2c2e61..df2102a 100644
--- a/src/declarative/util/qmlxmllistmodel.cpp
+++ b/src/declarative/util/qmlxmllistmodel.cpp
@@ -125,6 +125,10 @@ private:
QString m_name;
QString m_query;
};
+QT_END_NAMESPACE
+QML_DECLARE_TYPE(QmlXmlListModelRole)
+QT_BEGIN_NAMESPACE
+
class QmlXmlListModelPrivate;
struct QmlXmlRoleList : public QmlConcreteList<QmlXmlListModelRole *>
@@ -723,6 +727,4 @@ void QmlXmlListModel::queryCompleted(int id, int size)
QT_END_NAMESPACE
-QML_DECLARE_TYPE(QmlXmlListModelRole)
-
#include <qmlxmllistmodel.moc>