From 6062bd6530304220c252195b96d46f4b4f76e0a4 Mon Sep 17 00:00:00 2001 From: Lorn Potter Date: Wed, 16 May 2012 10:46:43 +1000 Subject: remove code that created warning messages. Change-Id: Iea0f2202bf88589c6c910e3f41b913a42485685d Reviewed-by: Lincoln Ramsay --- examples/sensors/shakeit/shakeit.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples') diff --git a/examples/sensors/shakeit/shakeit.qml b/examples/sensors/shakeit/shakeit.qml index c39d793..e2a2254 100644 --- a/examples/sensors/shakeit/shakeit.qml +++ b/examples/sensors/shakeit/shakeit.qml @@ -112,7 +112,6 @@ Rectangle { PropertyChanges { target: triangle1; rotation: 0; x: parent.width / 2 - (triangle1.width / 2) y: parent.height / 2 - (triangle1.height); - transformOrigin: triangle1.Center } PropertyChanges { target: triangle2; rotation: 0; x: parent.width / 2 - (triangle1.width + triangle2.width / 2) @@ -217,7 +216,6 @@ Rectangle { Transition { ParallelAnimation { - running: true NumberAnimation { properties: "x,y"; easing.type: Easing.OutBounce;duration: 2000; } RotationAnimation { id: t1Rotation; target: triangle1; duration: 1000; direction: RotationAnimation.Clockwise } -- cgit v1.2.1