aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shapes/content/item15.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/shapes/content/item15.qml')
-rw-r--r--examples/quick/shapes/content/item15.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/quick/shapes/content/item15.qml b/examples/quick/shapes/content/item15.qml
index eb23b8b3c5..3530e5e0fb 100644
--- a/examples/quick/shapes/content/item15.qml
+++ b/examples/quick/shapes/content/item15.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtQuick module of the Qt Toolkit.
@@ -48,8 +48,8 @@
**
****************************************************************************/
-import QtQuick 2.9
-import QtQuick.Shapes 1.0
+import QtQuick
+import QtQuick.Shapes
Rectangle {
color: "lightGray"