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
|
@ -3,12 +3,11 @@ import QtQuick 2.6
|
|||
import QtQuick.Controls 2.0
|
||||
import QtQuick.Controls.Material 2.1
|
||||
import QtQuick.Window 2.2
|
||||
import QtQuick.Dialogs 1.2
|
||||
import QtQuick.Dialogs
|
||||
import QtQuick.Layouts 1.2
|
||||
import QtQuick.Window 2.2
|
||||
import org.subsurfacedivelog.mobile 1.0
|
||||
import org.kde.kirigami 2.4 as Kirigami
|
||||
import QtGraphicalEffects 1.0
|
||||
import org.kde.kirigami as Kirigami
|
||||
import Qt5Compat.GraphicalEffects
|
||||
import QtQuick.Templates 2.0 as QtQuickTemplates
|
||||
|
||||
Kirigami.ApplicationWindow {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue