From 5d4f488bf30f5650051d6cc226a75dbd17cd9a70 Mon Sep 17 00:00:00 2001 From: Jan Arve Saether Date: Fri, 24 Feb 2017 16:42:47 +0100 Subject: Move properties into grouped "point" property Change-Id: I80000110a2e0ca69210322a0fcc587d86158358e Reviewed-by: Shawn Rutledge --- tests/auto/quick/pointerhandlers/qquicktaphandler/data/Button.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/quick/pointerhandlers/qquicktaphandler') diff --git a/tests/auto/quick/pointerhandlers/qquicktaphandler/data/Button.qml b/tests/auto/quick/pointerhandlers/qquicktaphandler/data/Button.qml index ead86e142b..6203a6769d 100644 --- a/tests/auto/quick/pointerhandlers/qquicktaphandler/data/Button.qml +++ b/tests/auto/quick/pointerhandlers/qquicktaphandler/data/Button.qml @@ -91,8 +91,8 @@ Rectangle { color: "transparent" width: radius * 2 height: radius * 2 - x: tap.scenePressPos.x - radius - y: tap.scenePressPos.y - radius + x: tap.point.scenePressPosition.x - radius + y: tap.point.scenePressPosition.y - radius opacity: 0.25 Component.onCompleted: parent = root.parent } -- cgit v1.2.3