mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 22:23:24 +00:00
MapWidget works with slightly older QtQuick2
This allows building against older Qt. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
78922a5445
commit
beb0d5703a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
import QtQuick 2.7
|
||||
import QtQuick 2.6
|
||||
|
||||
Item {
|
||||
id: container
|
||||
|
|
Loading…
Add table
Reference in a new issue