summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-09-23 11:44:46 +0200
committerThierry Bastian <thierry.bastian@nokia.com>2010-09-23 11:44:46 +0200
commit129f95725e98e1d344fa4783c98473044acaf9c3 (patch)
tree87ddca4655ea9f44d71d8420f8db4319bb0e23d5
parent4269e7a853a069e4943812e3c8d9539e69fb956a (diff)
Fix to the memory example
the transforOriginPoint is readonly.
-rwxr-xr-xanimals/Animal.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/animals/Animal.qml b/animals/Animal.qml
index 43d88a3..7955aa1 100755
--- a/animals/Animal.qml
+++ b/animals/Animal.qml
@@ -11,9 +11,6 @@ Rectangle {
width: 100; height: 100;
property int imageSize: width - 10;
- transformOriginPoint.x: width/2;
- transformOriginPoint.y: height/2;
-
// to identify pairs of animals
property int type;