summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra/qmlxmllistmodel.cpp
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-06-30 04:34:57 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-06-30 04:34:57 (GMT)
commit9681d2190541c63a39b2cfe70dc3aaa161ebe703 (patch)
treee5f309108ca7213109ef865c6ea07e95b4b166ac /src/declarative/extra/qmlxmllistmodel.cpp
parenta77153a64e8559b21a7e6ea53fe26eb2719ce9f5 (diff)
downloadQt-9681d2190541c63a39b2cfe70dc3aaa161ebe703.zip
Qt-9681d2190541c63a39b2cfe70dc3aaa161ebe703.tar.gz
Qt-9681d2190541c63a39b2cfe70dc3aaa161ebe703.tar.bz2
More cleanup
Diffstat (limited to 'src/declarative/extra/qmlxmllistmodel.cpp')
-rw-r--r--src/declarative/extra/qmlxmllistmodel.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/declarative/extra/qmlxmllistmodel.cpp b/src/declarative/extra/qmlxmllistmodel.cpp
index 082c9c2..48949b3 100644
--- a/src/declarative/extra/qmlxmllistmodel.cpp
+++ b/src/declarative/extra/qmlxmllistmodel.cpp
@@ -61,7 +61,6 @@ QT_BEGIN_NAMESPACE
QML_DEFINE_TYPE(XmlListModelRole, XmlRole)
QML_DEFINE_TYPE(QmlXmlListModel, XmlListModel)
-
class QmlXmlListModelPrivate;
struct QmlXmlRoleList : public QmlConcreteList<XmlListModelRole *>
{
@@ -643,6 +642,6 @@ void QmlXmlListModel::queryCompleted(int id, int size)
}
}
-#include "qmlxmllistmodel.moc"
-
QT_END_NAMESPACE
+
+#include "qmlxmllistmodel.moc"