aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/CloudCredentials.qml
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2017-10-29 08:44:06 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-19 12:20:43 -0800
commitf3d978b8a5fb6511aa0c1c611cf9b0394fdc125b (patch)
tree4efcdadfbadbff767ec06d56363c2da2f0381a23 /mobile-widgets/qml/CloudCredentials.qml
parent3b5375d553a0e7d328d732457989a4ca97bab4fc (diff)
downloadsubsurface-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/CloudCredentials.qml')
-rw-r--r--mobile-widgets/qml/CloudCredentials.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/CloudCredentials.qml b/mobile-widgets/qml/CloudCredentials.qml
index 2d45b4f23..7841549ed 100644
--- a/mobile-widgets/qml/CloudCredentials.qml
+++ b/mobile-widgets/qml/CloudCredentials.qml
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
-import QtQuick 2.3
+import QtQuick 2.6
import QtQuick.Controls 2.0 as Controls
import QtQuick.Window 2.2
import QtQuick.Dialogs 1.2