aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/Log.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-12-27 01:45:23 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-12-27 01:47:01 -0800
commita842e44b685dbb7e34df317a8beacff747cee6bd (patch)
treef071473bcfb6fb3410bc4cda0c0bf916eeae6e0c /mobile-widgets/qml/Log.qml
parent083b7e83ae87c424abdb16fb58ba297582fd19e6 (diff)
downloadsubsurface-a842e44b685dbb7e34df317a8beacff747cee6bd.tar.gz
QML UI: build against latest Kirigami
But of course this doesn't work, yet. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/Log.qml')
-rw-r--r--mobile-widgets/qml/Log.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/Log.qml b/mobile-widgets/qml/Log.qml
index 7d630d0bf..cd4542422 100644
--- a/mobile-widgets/qml/Log.qml
+++ b/mobile-widgets/qml/Log.qml
@@ -6,7 +6,7 @@ import QtQuick.Dialogs 1.2
import QtQuick.Layouts 1.1
import QtQuick.Window 2.2
import org.subsurfacedivelog.mobile 1.0
-import org.kde.kirigami 1.0 as Kirigami
+import org.kde.kirigami 2.0 as Kirigami
Kirigami.ScrollablePage {
id: logWindow