diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-03-24 04:19:14 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-03-24 06:10:31 (GMT) |
commit | 08ef576f3bd492b60925c25945d9f8c2c8a26886 (patch) | |
tree | f98c4b448f2952b143bdd35e56f7130db2eda54d /src/declarative/QmlChanges.txt | |
parent | 20fa8670c14c5a34a36c41ce43ef98ae1610fafb (diff) | |
download | Qt-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.txt | 1 |
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 ------- |