summaryrefslogtreecommitdiffstats
path: root/map-widget
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2017-12-24 20:06:43 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-24 11:33:46 -0800
commit36c8a7e4cadaeb86e71a220710936a2e1e4290dd (patch)
tree918c8fb360eb67edf67e07a9913e45872c739bc1 /map-widget
parent130f109442de7b5b047cc10b0e4534169459d291 (diff)
downloadsubsurface-36c8a7e4cadaeb86e71a220710936a2e1e4290dd.tar.gz
mapwidget: QtQuick really to 2.5
It shall match the Qt version ... according to Dirk. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'map-widget')
-rw-r--r--map-widget/qml/MapWidget.qml2
-rw-r--r--map-widget/qml/MapWidgetContextMenu.qml2
-rw-r--r--map-widget/qml/MapWidgetError.qml2
3 files changed, 3 insertions, 3 deletions
diff --git a/map-widget/qml/MapWidget.qml b/map-widget/qml/MapWidget.qml
index e2848bee7..a8b35083c 100644
--- a/map-widget/qml/MapWidget.qml
+++ b/map-widget/qml/MapWidget.qml
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
-import QtQuick 2.0
+import QtQuick 2.5
import QtLocation 5.3
import QtPositioning 5.3
import org.subsurfacedivelog.mobile 1.0
diff --git a/map-widget/qml/MapWidgetContextMenu.qml b/map-widget/qml/MapWidgetContextMenu.qml
index 8498d5e26..44a8453b4 100644
--- a/map-widget/qml/MapWidgetContextMenu.qml
+++ b/map-widget/qml/MapWidgetContextMenu.qml
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
-import QtQuick 2.0
+import QtQuick 2.5
Item {
id: container
diff --git a/map-widget/qml/MapWidgetError.qml b/map-widget/qml/MapWidgetError.qml
index 346e95f07..48b0095e4 100644
--- a/map-widget/qml/MapWidgetError.qml
+++ b/map-widget/qml/MapWidgetError.qml
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
-import QtQuick 2.0
+import QtQuick 2.5
Item {
Text {