summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-10-21 16:18:37 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-10-21 16:18:37 (GMT)
commit726a8b16c52fe4608c89d740b47361a2b073ce01 (patch)
tree5f2a4d899290c7114fbf1a56b5e7d93c1a4c8393 /src
parente4b0fe70c6435bb860df526d615dfdf53dfb5abd (diff)
downloadQt-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.cpp2
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.