diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-10-29 08:44:06 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-19 12:20:43 -0800 |
commit | f3d978b8a5fb6511aa0c1c611cf9b0394fdc125b (patch) | |
tree | 4efcdadfbadbff767ec06d56363c2da2f0381a23 /mobile-widgets/qml/Log.qml | |
parent | 3b5375d553a0e7d328d732457989a4ca97bab4fc (diff) | |
download | subsurface-f3d978b8a5fb6511aa0c1c611cf9b0394fdc125b.tar.gz |
QML UI: QtQuick to 2.6
Upgrade QtQuick to 2.6. Seeing a small artifact in the application
header, lets see what happens when upgrading more includes.
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 8ac894774..46a5098b7 100644 --- a/mobile-widgets/qml/Log.qml +++ b/mobile-widgets/qml/Log.qml @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -import QtQuick 2.3 +import QtQuick 2.6 import QtQuick.Window 2.2 import QtQuick.Dialogs 1.2 import QtQuick.Layouts 1.1 |