From 8c79f5fa6f8bcfabde810c9f76f3e358bb985d7a Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Sun, 1 Sep 2024 20:14:29 +0900 Subject: Mominavi porting to Qt6 Mominavi has some Qt5 dependency. It need some change to port to Qt6. In the Qt6, QtLocation was dropped support for some map provider support such as MapBox. In this patch, the map plugin change from mapbox to osm. Bug-AGL: SPEC-5162 Change-Id: I353d4a134191c178d7ec0f28c9ee1e69e4eab4d8 Signed-off-by: Naoto Yamaguchi --- RouteView.qml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'RouteView.qml') diff --git a/RouteView.qml b/RouteView.qml index c8dcbc4..ee1ce8a 100644 --- a/RouteView.qml +++ b/RouteView.qml @@ -1,6 +1,8 @@ // SPDX-License-Identifier: GPL-3.0+ // Copyright (C) 2021 AISIN CORPORATION -import QtQuick 2.0 +// Copyright (C) 2024 Automotive Grade Linux + +import QtQuick Item { Rectangle { @@ -29,9 +31,3 @@ Item { routeText.text = string } } - -/*##^## -Designer { - D{i:0;autoSize:true;height:480;width:640} -} -##^##*/ -- cgit 1.2.3-korg