From 5533ff0fc0392f4a9d398646a4cc6f4140fc204a Mon Sep 17 00:00:00 2001 From: mae Date: Thu, 26 Nov 2009 14:21:12 +0100 Subject: spring follows do not like to operate on "var" sources --- examples/declarative/tvtennis/tvtennis.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/declarative/tvtennis/tvtennis.qml b/examples/declarative/tvtennis/tvtennis.qml index d39e913..f6a3c97 100644 --- a/examples/declarative/tvtennis/tvtennis.qml +++ b/examples/declarative/tvtennis/tvtennis.qml @@ -8,7 +8,7 @@ Rectangle { // Make a ball to bounce Rectangle { // Add a property for the target y coordinate - property var targetY : page.height - 10 + property int targetY : page.height - 10 property var direction : "right" id: ball -- cgit v0.12