diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-10-30 11:26:47 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-19 12:20:43 -0800 |
commit | fea111cb3aeb625b6ed334524441109f54066c95 (patch) | |
tree | 3e7055a50f12c3e5e1117df8609ef1390697a511 /mobile-widgets/qml/Log.qml | |
parent | e9903d1835ab08e89273927261a0d40d2ce37747 (diff) | |
download | subsurface-fea111cb3aeb625b6ed334524441109f54066c95.tar.gz |
QML UI: QtQuick.Layouts to 1.2
And again, no visual changes.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'mobile-widgets/qml/Log.qml')
-rw-r--r-- | mobile-widgets/qml/Log.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/Log.qml b/mobile-widgets/qml/Log.qml index 46ae3e9d3..e39eb5e5c 100644 --- a/mobile-widgets/qml/Log.qml +++ b/mobile-widgets/qml/Log.qml @@ -2,7 +2,7 @@ import QtQuick 2.6 import QtQuick.Window 2.2 import QtQuick.Dialogs 1.2 -import QtQuick.Layouts 1.1 +import QtQuick.Layouts 1.2 import QtQuick.Window 2.2 import QtQuick.Controls 2.2 import org.subsurfacedivelog.mobile 1.0 |