aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/imageelements/shadows.qml
diff options
context:
space:
mode:
authorOliver Eftevaag <oliver.eftevaag@qt.io>2021-08-23 15:14:25 +0200
committerOliver Eftevaag <oliver.eftevaag@qt.io>2021-08-27 17:09:49 +0200
commite771c12ae73d987f8bda8802e03694c425ef749c (patch)
tree4dd4312973fc71e2f35ef08b6b77ac08600bf747 /examples/quick/imageelements/shadows.qml
parent1bab06950a3e2bd443f723f92253fd9710be8c33 (diff)
ImageElements example: Use QQC2 and update copyright
Updating the example to use qt quick controls 2 where it makes sense, as well as copyright headers. Task-number: QTBUG-95737 Pick-to: 6.2 Change-Id: Ie22ab8551926916abd0a478adc16d1d4daeb13ad Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'examples/quick/imageelements/shadows.qml')
-rw-r--r--examples/quick/imageelements/shadows.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/imageelements/shadows.qml b/examples/quick/imageelements/shadows.qml
index 981133f725..78d4ea2ac3 100644
--- a/examples/quick/imageelements/shadows.qml
+++ b/examples/quick/imageelements/shadows.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2017 The Qt Company Ltd.
+** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
@@ -48,7 +48,7 @@
**
****************************************************************************/
-import QtQuick 2.0
+import QtQuick
import "content"
Rectangle {