summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-07-29 01:18:36 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-07-29 01:18:36 (GMT)
commit63ac81df760f9b563ced098386cd4bb24439beb3 (patch)
tree65eea398f0d7ceecc1f100401a580b57e872c283 /demos
parent0ab3b6fea13aad50a70890925659158eb662df2e (diff)
downloadQt-63ac81df760f9b563ced098386cd4bb24439beb3.zip
Qt-63ac81df760f9b563ced098386cd4bb24439beb3.tar.gz
Qt-63ac81df760f9b563ced098386cd4bb24439beb3.tar.bz2
Uncomment code accidentally removed with 1937adaab5861ced44813c6a4b0bff1c3750ecd3
QTBUG-3620
Diffstat (limited to 'demos')
-rw-r--r--demos/declarative/snake/content/Link.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/declarative/snake/content/Link.qml b/demos/declarative/snake/content/Link.qml
index f4d7165..9aa6006 100644
--- a/demos/declarative/snake/content/Link.qml
+++ b/demos/declarative/snake/content/Link.qml
@@ -73,14 +73,12 @@ Item { id:link
}
}
- /*
transform: Rotation {
id: actualImageRotation
origin.x: width/2; origin.y: height/2;
angle: rotation * 90
Behavior on angle { NumberAnimation { duration: spawned ? 200 : 0} }
}
- */
}
Image {