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/qdeclarativeanimation.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/qdeclarativeanimation.cpp')
-rw-r--r-- | src/declarative/util/qdeclarativeanimation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qdeclarativeanimation.cpp b/src/declarative/util/qdeclarativeanimation.cpp index 7e20428..fd85d91 100644 --- a/src/declarative/util/qdeclarativeanimation.cpp +++ b/src/declarative/util/qdeclarativeanimation.cpp @@ -1316,7 +1316,7 @@ void QDeclarativeRotationAnimation::setTo(qreal t) } /*! - \qmlproperty enum RotationAnimation::direction + \qmlproperty enumeration RotationAnimation::direction The direction in which to rotate. Possible values are Numerical, Clockwise, Counterclockwise, or Shortest. @@ -1741,7 +1741,7 @@ void QDeclarativePropertyAnimation::setTo(const QVariant &t) } /*! - \qmlproperty enum PropertyAnimation::easing.type + \qmlproperty enumeration PropertyAnimation::easing.type \qmlproperty real PropertyAnimation::easing.amplitude \qmlproperty real PropertyAnimation::easing.overshoot \qmlproperty real PropertyAnimation::easing.period |