diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-10-29 13:44:22 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-19 12:20:43 -0800 |
commit | e9903d1835ab08e89273927261a0d40d2ce37747 (patch) | |
tree | 88e5ed64425efd5ebf287c003adf3fa259ce1695 /mobile-widgets/qml/main.qml | |
parent | f3d978b8a5fb6511aa0c1c611cf9b0394fdc125b (diff) | |
download | subsurface-e9903d1835ab08e89273927261a0d40d2ce37747.tar.gz |
QML UI: QtQuick.Controls to version 2.2
Tested fine without visual changes.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r-- | mobile-widgets/qml/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index fd2b98d17..b1e4172a1 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -import QtQuick 2.4 +import QtQuick 2.6 import QtQuick.Controls 2.0 import QtQuick.Controls.Material 2.1 import QtQuick.Window 2.2 |