summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra/qmlxmllistmodel.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-05-26 22:24:13 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-05-26 22:24:13 (GMT)
commita43ea2e6f5feffa44119a54e25a9fffdd435c389 (patch)
tree3b7e2e86ff50bd59ec1c08ab9afa6b9a07ba0c32 /src/declarative/extra/qmlxmllistmodel.cpp
parentb5a56055d76992cab6c226c29fed8ac791564728 (diff)
downloadQt-a43ea2e6f5feffa44119a54e25a9fffdd435c389.zip
Qt-a43ea2e6f5feffa44119a54e25a9fffdd435c389.tar.gz
Qt-a43ea2e6f5feffa44119a54e25a9fffdd435c389.tar.bz2
Remove more unneeded semicolons.
Diffstat (limited to 'src/declarative/extra/qmlxmllistmodel.cpp')
-rw-r--r--src/declarative/extra/qmlxmllistmodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/extra/qmlxmllistmodel.cpp b/src/declarative/extra/qmlxmllistmodel.cpp
index 9259c83..a7f5d72 100644
--- a/src/declarative/extra/qmlxmllistmodel.cpp
+++ b/src/declarative/extra/qmlxmllistmodel.cpp
@@ -58,8 +58,8 @@
QT_BEGIN_NAMESPACE
-QML_DEFINE_TYPE(XmlListModelRole, Role);
-QML_DEFINE_TYPE(QmlXmlListModel, XmlListModel);
+QML_DEFINE_TYPE(XmlListModelRole, Role)
+QML_DEFINE_TYPE(QmlXmlListModel, XmlListModel)
class QmlXmlListModelPrivate;