diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-08-26 11:11:25 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-26 11:52:58 -0700 |
commit | beb0d5703a0e5be62bde83ceffa8c0e36df0d7bd (patch) | |
tree | 6be333cfbd67f65f505de7da727bc50943baa402 /mobile-widgets | |
parent | 78922a5445d1bfea807c9da50a3e47a2529d8883 (diff) | |
download | subsurface-beb0d5703a0e5be62bde83ceffa8c0e36df0d7bd.tar.gz |
MapWidget works with slightly older QtQuick2
This allows building against older Qt.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/MapWidgetContextMenu.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/MapWidgetContextMenu.qml b/mobile-widgets/qml/MapWidgetContextMenu.qml index 9d8bd330c..a7cb568b3 100644 --- a/mobile-widgets/qml/MapWidgetContextMenu.qml +++ b/mobile-widgets/qml/MapWidgetContextMenu.qml @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -import QtQuick 2.7 +import QtQuick 2.6 Item { id: container |