diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2018-09-27 22:09:26 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-10-01 05:29:46 -0700 |
commit | 9b199602c601f37869c64486bdc4713f9814e49f (patch) | |
tree | c578309ebe0f3424cd00ab7dc02706eba14908ff /mobile-widgets/qml/About.qml | |
parent | 5681f686ba832a1e2a831ce60900cfd3f2873f45 (diff) | |
download | subsurface-9b199602c601f37869c64486bdc4713f9814e49f.tar.gz |
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>
Diffstat (limited to 'mobile-widgets/qml/About.qml')
-rw-r--r-- | mobile-widgets/qml/About.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/About.qml b/mobile-widgets/qml/About.qml index 2d4f8e6df..15ca59f2a 100644 --- a/mobile-widgets/qml/About.qml +++ b/mobile-widgets/qml/About.qml @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 import QtQuick 2.6 import QtQuick.Layouts 1.2 -import org.kde.kirigami 2.2 as Kirigami +import org.kde.kirigami 2.4 as Kirigami import org.subsurfacedivelog.mobile 1.0 Kirigami.ScrollablePage { |