summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativepath_p.h
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-05-31 05:40:35 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-05-31 05:40:35 (GMT)
commit52c59ff63d7c13ac26ba068bba4809930439337f (patch)
tree243ebeb73cedd77c4e3bea4a1be1f868117f095f /src/declarative/graphicsitems/qdeclarativepath_p.h
parenta0b725d916ec794c1a0f02b37525a15ad27d145d (diff)
parent51aed62ef08f1ffacce71d44612abe46b8344923 (diff)
downloadQt-52c59ff63d7c13ac26ba068bba4809930439337f.zip
Qt-52c59ff63d7c13ac26ba068bba4809930439337f.tar.gz
Qt-52c59ff63d7c13ac26ba068bba4809930439337f.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativepath_p.h')
-rw-r--r--src/declarative/graphicsitems/qdeclarativepath_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativepath_p.h b/src/declarative/graphicsitems/qdeclarativepath_p.h
index 17a2ea3..dad43e6 100644
--- a/src/declarative/graphicsitems/qdeclarativepath_p.h
+++ b/src/declarative/graphicsitems/qdeclarativepath_p.h
@@ -175,7 +175,7 @@ private:
class Q_DECLARATIVE_EXPORT QDeclarativePathPercent : public QDeclarativePathElement
{
Q_OBJECT
- Q_PROPERTY(qreal value READ value WRITE setValue)
+ Q_PROPERTY(qreal value READ value WRITE setValue NOTIFY changed)
public:
QDeclarativePathPercent(QObject *parent=0) : QDeclarativePathElement(parent) {}