mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile QML UI: bump Kirigami imports to 2.4
Primarily for reasens of keeping up with upstream. And hopefully bugfixes and added functionality. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
5681f686ba
commit
9b199602c6
19 changed files with 19 additions and 19 deletions
|
@ -4,7 +4,7 @@ import QtQuick.Window 2.2
|
|||
import QtQuick.Dialogs 1.2
|
||||
import QtQuick.Layouts 1.3
|
||||
import org.subsurfacedivelog.mobile 1.0
|
||||
import org.kde.kirigami 2.2 as Kirigami
|
||||
import org.kde.kirigami 2.4 as Kirigami
|
||||
|
||||
Kirigami.AbstractListItem {
|
||||
id: innerListItem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue