From 6ed0a9f4fe48bc5a3cca4cb00c1c0cd4b4bac7bb Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Wed, 20 Jan 2010 09:05:58 +1000 Subject: Remove unnecessary semicolon --- src/declarative/qml/qmlworkerscript_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/declarative/qml/qmlworkerscript_p.h b/src/declarative/qml/qmlworkerscript_p.h index 1c70f2d..f0ef7c9 100644 --- a/src/declarative/qml/qmlworkerscript_p.h +++ b/src/declarative/qml/qmlworkerscript_p.h @@ -118,7 +118,7 @@ class QmlWorkerListModelAgent; class QmlWorkerListModel : public QListModelInterface { Q_OBJECT - Q_PROPERTY(int count READ count NOTIFY countChanged); + Q_PROPERTY(int count READ count NOTIFY countChanged) public: QmlWorkerListModel(QObject * = 0); -- cgit v0.12