diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-01-21 14:42:10 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-01-21 14:42:10 -0800 |
commit | 14b4c94ded4f82bc473b9e286e2dcb87d600b14a (patch) | |
tree | ab79341f65370e61532b7976bb5aeff7bc2e10f3 /mobile-widgets/qml/StartPage.qml | |
parent | 6459e455bc1fd7d44b9dcd5010ac8de9a8d0e095 (diff) | |
download | subsurface-14b4c94ded4f82bc473b9e286e2dcb87d600b14a.tar.gz |
Revert "QML UI: build against latest Kirigami"
This reverts commit a842e44b685dbb7e34df317a8beacff747cee6bd.
Diffstat (limited to 'mobile-widgets/qml/StartPage.qml')
-rw-r--r-- | mobile-widgets/qml/StartPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/StartPage.qml b/mobile-widgets/qml/StartPage.qml index f8ee614da..12a5d0103 100644 --- a/mobile-widgets/qml/StartPage.qml +++ b/mobile-widgets/qml/StartPage.qml @@ -2,7 +2,7 @@ import QtQuick 2.5 import QtQuick.Controls 1.2 import QtQuick.Controls.Styles 1.2 import QtQuick.Layouts 1.1 -import org.kde.kirigami 2.0 as Kirigami +import org.kde.kirigami 1.0 as Kirigami import org.subsurfacedivelog.mobile 1.0 ColumnLayout { |