summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/declarative/qml/qmlworkerscript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlworkerscript.cpp b/src/declarative/qml/qmlworkerscript.cpp
index a2e8c7a..9a48c4f 100644
--- a/src/declarative/qml/qmlworkerscript.cpp
+++ b/src/declarative/qml/qmlworkerscript.cpp
@@ -169,7 +169,7 @@ private:
class QmlWorkerListModelAgent : public QObject
{
Q_OBJECT
- Q_PROPERTY(int count READ count);
+ Q_PROPERTY(int count READ count)
public:
QmlWorkerListModelAgent(QmlWorkerListModel *);