diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-12-27 01:45:23 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-12-27 01:47:01 -0800 |
commit | a842e44b685dbb7e34df317a8beacff747cee6bd (patch) | |
tree | f071473bcfb6fb3410bc4cda0c0bf916eeae6e0c /mobile-widgets/qml/About.qml | |
parent | 083b7e83ae87c424abdb16fb58ba297582fd19e6 (diff) | |
download | subsurface-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/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 43959c6da..16194e6b9 100644 --- a/mobile-widgets/qml/About.qml +++ b/mobile-widgets/qml/About.qml @@ -1,7 +1,7 @@ import QtQuick 2.3 import QtQuick.Controls 1.2 import QtQuick.Layouts 1.1 -import org.kde.kirigami 1.0 as Kirigami +import org.kde.kirigami 2.0 as Kirigami import org.subsurfacedivelog.mobile 1.0 Kirigami.ScrollablePage { |