summaryrefslogtreecommitdiffstats
path: root/src/declarative/QmlChanges.txt
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-03-24 04:19:14 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-03-24 06:10:31 (GMT)
commit08ef576f3bd492b60925c25945d9f8c2c8a26886 (patch)
treef98c4b448f2952b143bdd35e56f7130db2eda54d /src/declarative/QmlChanges.txt
parent20fa8670c14c5a34a36c41ce43ef98ae1610fafb (diff)
downloadQt-08ef576f3bd492b60925c25945d9f8c2c8a26886.zip
Qt-08ef576f3bd492b60925c25945d9f8c2c8a26886.tar.gz
Qt-08ef576f3bd492b60925c25945d9f8c2c8a26886.tar.bz2
Rename stateChangeScriptName to scriptName.
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r--src/declarative/QmlChanges.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt
index 1d96688..fcb1228 100644
--- a/src/declarative/QmlChanges.txt
+++ b/src/declarative/QmlChanges.txt
@@ -11,6 +11,7 @@ Using WebView now requires "import org.webkit 1.0"
Using Particles now requires "import Qt.labs.particles 1.0"
AnchorAnimation must now be used to animate anchor changes (and not NumberAnimation)
Removed ParentAction (use ParentAnimation instead)
+ScriptAction: renamed stateChangeScriptName -> scriptName
C++ API
-------