diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-05-06 02:42:36 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-05-06 02:42:36 (GMT) |
commit | 3e4116ff5337d41466904b2e381dfa74267264a8 (patch) | |
tree | b9bf47c83bc9fd5bc82caf72a0a43d99a59eb0c7 /examples/declarative/connections | |
parent | c16cc8c4d03cb062c5164295cad75509ec31feaf (diff) | |
download | Qt-3e4116ff5337d41466904b2e381dfa74267264a8.zip Qt-3e4116ff5337d41466904b2e381dfa74267264a8.tar.gz Qt-3e4116ff5337d41466904b2e381dfa74267264a8.tar.bz2 |
Cleanup
Diffstat (limited to 'examples/declarative/connections')
-rw-r--r-- | examples/declarative/connections/connections-example.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/declarative/connections/connections-example.qml b/examples/declarative/connections/connections-example.qml index 1dd10ab..e65a280 100644 --- a/examples/declarative/connections/connections-example.qml +++ b/examples/declarative/connections/connections-example.qml @@ -13,7 +13,6 @@ Rectangle { id: image source: "content/bg1.jpg" anchors.centerIn: parent - transformOrigin: Item.Center rotation: window.angle Behavior on rotation { |