aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shapes/main.cpp
diff options
context:
space:
mode:
authorOliver Eftevaag <oliver.eftevaag@qt.io>2021-08-24 13:17:54 +0200
committerOliver Eftevaag <oliver.eftevaag@qt.io>2021-08-28 17:25:03 +0200
commit5ae40afa970731ce976323f1a912b46bdff325d0 (patch)
tree6fc4c643af492fd09dd8d358348c42b2a56c494f /examples/quick/shapes/main.cpp
parentde27215766f13cb5c870e6a1285836164d6e574c (diff)
Shapes example: use qqc2 components
Changing the example to use qt quick controls where it makes sense Task-number: QTBUG-95739 Pick-to: 6.2 Change-Id: Id0df227657693234de4481c2316dc6c3e0545043 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'examples/quick/shapes/main.cpp')
-rw-r--r--examples/quick/shapes/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/shapes/main.cpp b/examples/quick/shapes/main.cpp
index 60f6c98f42..8e3e1137f8 100644
--- a/examples/quick/shapes/main.cpp
+++ b/examples/quick/shapes/main.cpp
@@ -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 examples of the Qt Toolkit.