aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
authorJan Arve Sæther <jan-arve.saether@qt.io>2020-05-28 15:48:08 +0200
committerJan Arve Sæther <jan-arve.saether@qt.io>2020-05-29 08:45:40 +0200
commite76629dc33953122c00e966fc41ca83a4774a881 (patch)
tree3388adf353923f5e79e5c62c0f9a785155514164 /examples/quick
parent8974582857c74efa444427da44c75068ddd027d8 (diff)
Update to Qt Quick Controls 2
Qt Quick Controls will be deprecated in Qt 6 Change-Id: Ifca94d028b3fd71797816a22af4d896fb9ae2be3 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'examples/quick')
-rw-r--r--examples/quick/layouts/layouts.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/layouts/layouts.qml b/examples/quick/layouts/layouts.qml
index e56fecade9..76afa02e4a 100644
--- a/examples/quick/layouts/layouts.qml
+++ b/examples/quick/layouts/layouts.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
@@ -49,7 +49,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtQuick.Controls 1.2
+import QtQuick.Controls 2.12
import QtQuick.Layouts 1.3
ApplicationWindow {