aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/SsrfCheckBox.qml
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2018-09-27 22:09:26 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-10-01 05:29:46 -0700
commit9b199602c601f37869c64486bdc4713f9814e49f (patch)
treec578309ebe0f3424cd00ab7dc02706eba14908ff /mobile-widgets/qml/SsrfCheckBox.qml
parent5681f686ba832a1e2a831ce60900cfd3f2873f45 (diff)
downloadsubsurface-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/SsrfCheckBox.qml')
-rw-r--r--mobile-widgets/qml/SsrfCheckBox.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/SsrfCheckBox.qml b/mobile-widgets/qml/SsrfCheckBox.qml
index a71a623c4..e110dc5f0 100644
--- a/mobile-widgets/qml/SsrfCheckBox.qml
+++ b/mobile-widgets/qml/SsrfCheckBox.qml
@@ -2,7 +2,7 @@
import QtQuick 2.6
import QtQuick.Controls 2.2
import org.subsurfacedivelog.mobile 1.0
-import org.kde.kirigami 2.2 as Kirigami
+import org.kde.kirigami 2.4 as Kirigami
CheckBox {
id: root