diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-08-21 03:51:24 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-08-21 03:51:24 (GMT) |
commit | bc5b2b8ea1259bffdbdafe9d509fc675476fdb97 (patch) | |
tree | 719a93d4ad493f0c47943ee380bda6935d0fe94a /doc/src/declarative/animation.qdoc | |
parent | af23b7a78ce50d747efc06cd26ea5b69349df811 (diff) | |
download | Qt-bc5b2b8ea1259bffdbdafe9d509fc675476fdb97.zip Qt-bc5b2b8ea1259bffdbdafe9d509fc675476fdb97.tar.gz Qt-bc5b2b8ea1259bffdbdafe9d509fc675476fdb97.tar.bz2 |
Renamed transition action elements
RunScriptAction -> ScriptAction
ParentChangeAction -> ParentAction
Diffstat (limited to 'doc/src/declarative/animation.qdoc')
-rw-r--r-- | doc/src/declarative/animation.qdoc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/src/declarative/animation.qdoc b/doc/src/declarative/animation.qdoc index eea0fc3..28a3c47 100644 --- a/doc/src/declarative/animation.qdoc +++ b/doc/src/declarative/animation.qdoc @@ -89,12 +89,9 @@ Item { states: [ State { name: "moved" - SetProperties { + PropertyChanges { target: myrect x: 50 - } - SetProperties { - target: myrect y: 50 } } |