Skip to content

Commit

Permalink
mapwidgetcontextmenu: use a QtQuick 2.0 import
Browse files Browse the repository at this point in the history
Following on beb0d57, the context menu seems to work fine
with a much older QtQuick import - version 2.0.

The 2.7 import is technically a development leftover
and a minimal version should have been considered earlier.

On older Qt setups (e.g. 5.5.x) this might throw a:
'module "QtQuick" version 2.6 is not installed'

Reported-by: Stefan Fuchs <sfuchs@gmx.de>
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
  • Loading branch information
neolit123 authored and dirkhh committed Sep 16, 2017
1 parent 5e1ad49 commit 5eeefbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile-widgets/qml/MapWidgetContextMenu.qml
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.6
import QtQuick 2.0

Item {
id: container
Expand Down

0 comments on commit 5eeefbf

Please sign in to comment.