aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-27 14:36:32 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-27 14:36:32 -0700
commit9d1ebffe1f078c254c09a49dbccff5a2d6d60ad7 (patch)
tree87fcce30b3ed07659f21eb8a6e9db33f08c4d6c1 /mobile-widgets
parent271b4caddc7eeab2ecbcbad2d606be30ebe0dbb7 (diff)
downloadsubsurface-9d1ebffe1f078c254c09a49dbccff5a2d6d60ad7.tar.gz
QML UI: use QtQuick.Controls 2.0 everywhere
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/DownloadFromDiveComputer.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml
index a8f052626..687e850b8 100644
--- a/mobile-widgets/qml/DownloadFromDiveComputer.qml
+++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.6
import QtQuick.Controls 1.4 as QQC1
-import QtQuick.Controls 2.1
+import QtQuick.Controls 2.0
import QtQuick.Window 2.2
import QtQuick.Dialogs 1.2
import QtQuick.Layouts 1.3