aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shapes/content/item12.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/shapes/content/item12.qml')
-rw-r--r--examples/quick/shapes/content/item12.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/quick/shapes/content/item12.qml b/examples/quick/shapes/content/item12.qml
index 8bdd1bfe50..6e39a90f55 100644
--- a/examples/quick/shapes/content/item12.qml
+++ b/examples/quick/shapes/content/item12.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"