mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: remove some explicit QML versions
These versions are for the Qt5 flavors of all this, so let's leave things un-pinned for the moment. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1a3b8bbc1e
commit
02d06072a1
6 changed files with 30 additions and 32 deletions
|
@ -1,8 +1,8 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Layouts 1.12
|
||||
import QtQuick.Controls 2.12
|
||||
import org.kde.kirigami 2.4 as Kirigami
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import QtQuick.Controls
|
||||
import org.kde.kirigami as Kirigami
|
||||
import org.subsurfacedivelog.mobile 1.0
|
||||
|
||||
TemplatePage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue