summaryrefslogtreecommitdiff
path: root/tests/auto/declarative_ui/tst_map_item.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative_ui/tst_map_item.qml')
-rw-r--r--tests/auto/declarative_ui/tst_map_item.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative_ui/tst_map_item.qml b/tests/auto/declarative_ui/tst_map_item.qml
index 1646fdba..68437c51 100644
--- a/tests/auto/declarative_ui/tst_map_item.qml
+++ b/tests/auto/declarative_ui/tst_map_item.qml
@@ -443,7 +443,7 @@ Item {
map.center = preMapCircle.center
verify(LocationTestHelper.waitForPolished(map))
point = map.fromCoordinate(preMapCircle.center)
- targetCoordinate = map.toCoordinate(51, 51)
+ targetCoordinate = map.toCoordinate(Qt.point(51, 51))
mousePress(map, point.x, point.y)
for (i = 0; i < 50; i += 1) {
wait(1)