From 7b54a3782d9981f849a88c023742a7d7f8be7232 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 24 Nov 2024 16:13:34 -0500 Subject: Switch to Qt6 Initial conversion to using Qt6, based on changes done to other apps. Bug-AGL: SPEC-5294 Change-Id: If62ffd1bf440f856ce73410bd3f47f4a8b97b2a4 Signed-off-by: Scott Murray --- app/qml/MapWindow.qml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'app/qml/MapWindow.qml') diff --git a/app/qml/MapWindow.qml b/app/qml/MapWindow.qml index 13eb895..bf659b9 100644 --- a/app/qml/MapWindow.qml +++ b/app/qml/MapWindow.qml @@ -1,6 +1,6 @@ -import QtQuick 2.0 -import QtLocation 5.9 -import QtPositioning 5.9 +import QtQuick +import QtLocation +import QtPositioning import com.mapbox.cheap_ruler 1.0 @@ -66,7 +66,6 @@ Item { center: ruler.currentPosition zoomLevel: maximumZoomLevel < 20 ? maximumZoomLevel : 20 tilt: 60 - gesture.acceptedGestures:MapGestureArea.NoGesture copyrightsVisible: false RotationAnimation on bearing { -- cgit