diff options
author | David Boddie <david.boddie@nokia.com> | 2010-10-21 16:18:37 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-10-21 16:18:37 (GMT) |
commit | 726a8b16c52fe4608c89d740b47361a2b073ce01 (patch) | |
tree | 5f2a4d899290c7114fbf1a56b5e7d93c1a4c8393 /src | |
parent | e4b0fe70c6435bb860df526d615dfdf53dfb5abd (diff) | |
download | Qt-726a8b16c52fe4608c89d740b47361a2b073ce01.zip Qt-726a8b16c52fe4608c89d740b47361a2b073ce01.tar.gz Qt-726a8b16c52fe4608c89d740b47361a2b073ce01.tar.bz2 |
Doc: Corrected the name property as it was incorrectly declared.
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/util/qdeclarativestateoperations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativestateoperations.cpp b/src/declarative/util/qdeclarativestateoperations.cpp index 8cb813c..d1d7822 100644 --- a/src/declarative/util/qdeclarativestateoperations.cpp +++ b/src/declarative/util/qdeclarativestateoperations.cpp @@ -648,7 +648,7 @@ void QDeclarativeStateChangeScript::setScript(const QDeclarativeScriptString &s) } /*! - \qmlproperty script StateChangeScript::script + \qmlproperty string StateChangeScript::name This property holds the name of the script. This name can be used by a ScriptAction to target a specific script. |