diff options
author | Martin Smith <msmith@trolltech.com> | 2010-03-11 08:13:54 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-03-11 08:13:54 (GMT) |
commit | a21ac7e75730bb094b49e5b58698a2ceebe8d73e (patch) | |
tree | 0187f97f1f41a04ac98812843fb879fd93f869cf /src | |
parent | 49bcf035d428d9d8bd2c4d546fc935e9d4ca0a2a (diff) | |
download | Qt-a21ac7e75730bb094b49e5b58698a2ceebe8d73e.zip Qt-a21ac7e75730bb094b49e5b58698a2ceebe8d73e.tar.gz Qt-a21ac7e75730bb094b49e5b58698a2ceebe8d73e.tar.bz2 |
qdoc: Fixed lookup of QML property nodes.
At this point, no QML qdoc errors appear in the output.
There is still a lot of debug output.
Diffstat (limited to 'src')
-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 20449d7..81c548b 100644 --- a/src/declarative/util/qdeclarativeanimation.cpp +++ b/src/declarative/util/qdeclarativeanimation.cpp @@ -2131,10 +2131,10 @@ void QDeclarativePropertyAnimation::setProperties(const QString &prop) } /*! - \qmlproperty string PropertyAnimation::property \qmlproperty string PropertyAnimation::properties - \qmlproperty Object PropertyAnimation::target \qmlproperty list<Object> PropertyAnimation::targets + \qmlproperty string PropertyAnimation::property + \qmlproperty Object PropertyAnimation::target These properties are used as a set to determine which properties should be animated. The singular and plural forms are functionally identical, e.g. |