summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlworkerscript_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-01-20 04:08:18 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-01-20 04:08:18 (GMT)
commitc895bdc921630f769c616a145167bac9a300f72d (patch)
tree160ec625536838dda944372e83f286e8c22910bd /src/declarative/qml/qmlworkerscript_p.h
parenteebbdab90153126fa3c72c527084980f9a4c580f (diff)
parentb2c73bd42242f3da15560ed49f20697a1280f86f (diff)
downloadQt-c895bdc921630f769c616a145167bac9a300f72d.zip
Qt-c895bdc921630f769c616a145167bac9a300f72d.tar.gz
Qt-c895bdc921630f769c616a145167bac9a300f72d.tar.bz2
Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/qml/qmlworkerscript_p.h')
-rw-r--r--src/declarative/qml/qmlworkerscript_p.h2
1 files changed, 1 insertions, 1 deletions
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);