diff options
author | David Boddie <david.boddie@nokia.com> | 2011-01-26 15:57:04 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-01-26 15:57:04 (GMT) |
commit | c5bd324a9216e37e907e9c85c0fe96b58772eaa2 (patch) | |
tree | 19c26ebbb7eed05b46a45ec22ee2cd5ce4c61365 /src/declarative | |
parent | fd399bcd1c55e6e4b7ecab856167599e5a9d153c (diff) | |
download | Qt-c5bd324a9216e37e907e9c85c0fe96b58772eaa2.zip Qt-c5bd324a9216e37e907e9c85c0fe96b58772eaa2.tar.gz Qt-c5bd324a9216e37e907e9c85c0fe96b58772eaa2.tar.bz2 |
Doc: Fixed qdoc warnings about broken links.
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/util/qdeclarativeanimation.cpp | 2 | ||||
-rw-r--r-- | src/declarative/util/qdeclarativestateoperations.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qdeclarativeanimation.cpp b/src/declarative/util/qdeclarativeanimation.cpp index 2f53f21..bd3234f 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 { diff --git a/src/declarative/util/qdeclarativestateoperations.cpp b/src/declarative/util/qdeclarativestateoperations.cpp index dd49dde..9a5aa66 100644 --- a/src/declarative/util/qdeclarativestateoperations.cpp +++ b/src/declarative/util/qdeclarativestateoperations.cpp @@ -634,7 +634,7 @@ void QDeclarativeStateChangeScript::setScript(const QDeclarativeScriptString &s) This property holds the name of the script. This name can be used by a ScriptAction to target a specific script. - \sa ScriptAction::stateChangeScriptName + \sa ScriptAction::scriptName */ QString QDeclarativeStateChangeScript::name() const { |