diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-03-23 01:12:46 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-03-23 03:49:12 (GMT) |
commit | 7711d400e4ad4d65363bc910d76acdf0d1065195 (patch) | |
tree | 1fb64c9471a8a0f14bde5e3b442cafa7ece2baba /src/declarative/QmlChanges.txt | |
parent | da96ef1a17a27b09129f73c6e7f3134806545d92 (diff) | |
download | Qt-7711d400e4ad4d65363bc910d76acdf0d1065195.zip Qt-7711d400e4ad4d65363bc910d76acdf0d1065195.tar.gz Qt-7711d400e4ad4d65363bc910d76acdf0d1065195.tar.bz2 |
Remove ParentAction.
It has been replaced with ParentAnimation.
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 5da0f13..1d96688 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -10,6 +10,7 @@ Removed DateTimeFormatter (use Qt.formatDateTime() instead) 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) C++ API ------- |