diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-02-23 13:15:54 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-02-23 13:15:54 (GMT) |
commit | 466a3fc2f883344fc383be771e2de9975c98b194 (patch) | |
tree | 0558affbcbda18caa75a410ca5c16a0d26e2dece /src/declarative/qml/qmlworkerscript.cpp | |
parent | 62fc581eb84504d05bca7b70ac3dc912982133d1 (diff) | |
download | Qt-466a3fc2f883344fc383be771e2de9975c98b194.zip Qt-466a3fc2f883344fc383be771e2de9975c98b194.tar.gz Qt-466a3fc2f883344fc383be771e2de9975c98b194.tar.bz2 |
Fix build on solaris
Diffstat (limited to 'src/declarative/qml/qmlworkerscript.cpp')
-rw-r--r-- | src/declarative/qml/qmlworkerscript.cpp | 2 |
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 *); |