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:
Jan Mulder 2018-09-27 22:09:26 +02:00 committed by Dirk Hohndel
parent 5681f686ba
commit 9b199602c6
19 changed files with 19 additions and 19 deletions

View file

@ -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