diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-12-09 09:07:17 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-12-09 09:07:17 (GMT) |
commit | c55e7db991f7e4f7f5f443cf3ebebb709eca8d2d (patch) | |
tree | d53802c4179d7cf44a646ff320d2c26d85f540af /examples | |
parent | 5bf215aba472fe716f7edf18982a8ac44d86a27f (diff) | |
download | Qt-c55e7db991f7e4f7f5f443cf3ebebb709eca8d2d.zip Qt-c55e7db991f7e4f7f5f443cf3ebebb709eca8d2d.tar.gz Qt-c55e7db991f7e4f7f5f443cf3ebebb709eca8d2d.tar.bz2 |
Update FlowPositioner to the new BasePositioner implementation
Diffstat (limited to 'examples')
-rw-r--r-- | examples/declarative/layouts/positioners.qml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/declarative/layouts/positioners.qml b/examples/declarative/layouts/positioners.qml index f84e806..46762f7 100644 --- a/examples/declarative/layouts/positioners.qml +++ b/examples/declarative/layouts/positioners.qml @@ -133,11 +133,6 @@ Rectangle { x: 260 y: 250 width: 150 - remove: Transition { - NumberAnimation { - matchProperties: "x,y"; easing: "easeOutBounce" - } - } move: Transition { NumberAnimation { |