summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-08-20 06:42:03 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-08-20 06:42:03 (GMT)
commit3cb0cf51319910a0e39fc6affd8f507e553e80ed (patch)
tree8d2b92913ea484195a6ffa4982c5f66b52af10ba /src/declarative/util
parent7e5db00742c94ae9780231a6cec36a827122fd7f (diff)
downloadQt-3cb0cf51319910a0e39fc6affd8f507e553e80ed.zip
Qt-3cb0cf51319910a0e39fc6affd8f507e553e80ed.tar.gz
Qt-3cb0cf51319910a0e39fc6affd8f507e553e80ed.tar.bz2
Rename Follow property followValue -> value.
Diffstat (limited to 'src/declarative/util')
-rw-r--r--src/declarative/util/qmlfollow.cpp2
-rw-r--r--src/declarative/util/qmlfollow.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qmlfollow.cpp b/src/declarative/util/qmlfollow.cpp
index c48684b..eec2480 100644
--- a/src/declarative/util/qmlfollow.cpp
+++ b/src/declarative/util/qmlfollow.cpp
@@ -410,7 +410,7 @@ void QmlFollow::setMass(qreal mass)
}
/*!
- \qmlproperty qreal Follow::followValue
+ \qmlproperty qreal Follow::value
The current value.
*/
diff --git a/src/declarative/util/qmlfollow.h b/src/declarative/util/qmlfollow.h
index 5c1093e..07b2f49 100644
--- a/src/declarative/util/qmlfollow.h
+++ b/src/declarative/util/qmlfollow.h
@@ -66,7 +66,7 @@ class Q_DECLARATIVE_EXPORT QmlFollow : public QmlPropertyValueSource,
Q_PROPERTY(qreal epsilon READ epsilon WRITE setEpsilon)
Q_PROPERTY(qreal modulus READ modulus WRITE setModulus)
Q_PROPERTY(bool enabled READ enabled WRITE setEnabled)
- Q_PROPERTY(qreal followValue READ value NOTIFY valueChanged)
+ Q_PROPERTY(qreal value READ value NOTIFY valueChanged)
Q_PROPERTY(qreal modulus READ modulus WRITE setModulus NOTIFY modulusChanged)
Q_PROPERTY(qreal mass READ mass WRITE setMass NOTIFY massChanged)
Q_PROPERTY(bool inSync READ inSync NOTIFY syncChanged)