diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-04-16 05:41:26 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-04-16 05:41:26 (GMT) |
commit | ecdc0ebacd97f0d607dcbe884751c203a296a88c (patch) | |
tree | 62aa9d2fcda4334ae4d076c99752da923bd708b6 /src/declarative/util/qdeclarativesmoothedanimation.cpp | |
parent | 8e71476a262bc3dedaecba29235d19cbe24fa17a (diff) | |
download | Qt-ecdc0ebacd97f0d607dcbe884751c203a296a88c.zip Qt-ecdc0ebacd97f0d607dcbe884751c203a296a88c.tar.gz Qt-ecdc0ebacd97f0d607dcbe884751c203a296a88c.tar.bz2 |
Doc: in QML use "real" and "enumeration", not "qreal" and "enum"
Diffstat (limited to 'src/declarative/util/qdeclarativesmoothedanimation.cpp')
-rw-r--r-- | src/declarative/util/qdeclarativesmoothedanimation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qdeclarativesmoothedanimation.cpp b/src/declarative/util/qdeclarativesmoothedanimation.cpp index 48a7583..19a00ee 100644 --- a/src/declarative/util/qdeclarativesmoothedanimation.cpp +++ b/src/declarative/util/qdeclarativesmoothedanimation.cpp @@ -438,7 +438,7 @@ qreal QDeclarativeSmoothedAnimation::velocity() const } /*! - \qmlproperty qreal SmoothedAnimation::velocity + \qmlproperty real SmoothedAnimation::velocity This property holds the average velocity allowed when tracking the 'to' value. @@ -457,7 +457,7 @@ void QDeclarativeSmoothedAnimation::setVelocity(qreal v) } /*! - \qmlproperty qreal SmoothedAnimation::maximumEasingTime + \qmlproperty int SmoothedAnimation::maximumEasingTime This property specifies the maximum time, in msecs, an "eases" during the follow should take. Setting this property causes the velocity to "level out" after at a time. Setting |