From e771c12ae73d987f8bda8802e03694c425ef749c Mon Sep 17 00:00:00 2001 From: Oliver Eftevaag Date: Mon, 23 Aug 2021 15:14:25 +0200 Subject: 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 --- examples/quick/imageelements/shadows.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/quick/imageelements/shadows.qml') 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 { -- cgit v1.2.3