diff options
Diffstat (limited to 'examples/quick/imageelements/content/ShadowRectangle.qml')
-rw-r--r-- | examples/quick/imageelements/content/ShadowRectangle.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/imageelements/content/ShadowRectangle.qml b/examples/quick/imageelements/content/ShadowRectangle.qml index 7bce665b23..fd02eeb8cc 100644 --- a/examples/quick/imageelements/content/ShadowRectangle.qml +++ b/examples/quick/imageelements/content/ShadowRectangle.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 Item { property alias color : rectangle.color |