aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@qt.io>2017-05-23 14:22:54 +0200
committerJan Arve Sæther <jan-arve.saether@qt.io>2017-05-23 12:26:52 +0000
commit69652f2945f0e8c74471f3486239c95506867510 (patch)
tree54111e132c1046ba9762be4473554d64983256d4 /tests
parent5d4f488bf30f5650051d6cc226a75dbd17cd9a70 (diff)
Fix autotests to run with the new API
5d4f488bf30f5650051d6cc226a75dbd17cd9a70 changed some APIs, but it forgot to update all autotests. Change-Id: I2a0ca14dbc1a0dddcbad597389c00d5e6f6c8b79 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/pointerhandlers/flickableinterop/data/TapHandlerButton.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/quick/pointerhandlers/flickableinterop/data/TapHandlerButton.qml b/tests/auto/quick/pointerhandlers/flickableinterop/data/TapHandlerButton.qml
index 18a67eb094..4aac89402b 100644
--- a/tests/auto/quick/pointerhandlers/flickableinterop/data/TapHandlerButton.qml
+++ b/tests/auto/quick/pointerhandlers/flickableinterop/data/TapHandlerButton.qml
@@ -92,8 +92,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: {
// get on top of all the buttons