diff options
author | David Boddie <david.boddie@nokia.com> | 2011-01-26 16:57:04 +0100 |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-01-26 16:57:04 +0100 |
commit | c5bd324a9216e37e907e9c85c0fe96b58772eaa2 (patch) | |
tree | 19c26ebbb7eed05b46a45ec22ee2cd5ce4c61365 /src/declarative/util/qdeclarativeanimation.cpp | |
parent | fd399bcd1c55e6e4b7ecab856167599e5a9d153c (diff) | |
download | qt4-tools-c5bd324a9216e37e907e9c85c0fe96b58772eaa2.tar.gz |
Doc: Fixed qdoc warnings about broken links.
Diffstat (limited to 'src/declarative/util/qdeclarativeanimation.cpp')
-rw-r--r-- | src/declarative/util/qdeclarativeanimation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativeanimation.cpp b/src/declarative/util/qdeclarativeanimation.cpp index 2f53f21a36..bd3234fe4c 100644 --- a/src/declarative/util/qdeclarativeanimation.cpp +++ b/src/declarative/util/qdeclarativeanimation.cpp @@ -732,7 +732,7 @@ void QDeclarativeColorAnimation::setTo(const QColor &t) \inherits Animation \brief The ScriptAction element allows scripts to be run during an animation. - ScriptAction can be used to run script at a specific point in an animation. + ScriptAction can be used to run a script at a specific point in an animation. \qml SequentialAnimation { |