summaryrefslogtreecommitdiff
path: root/examples/quick/embeddedinwidgets/main.cpp
diff options
context:
space:
mode:
authorOliver Eftevaag <oliver.eftevaag@qt.io>2021-08-23 17:19:12 +0200
committerOliver Eftevaag <oliver.eftevaag@qt.io>2021-08-27 17:09:47 +0200
commit409019bc1185b605a6a3e1f1ab474117d5ce0055 (patch)
treeed08ad99d257154e1b5c0dfed96b463d0d279c2a /examples/quick/embeddedinwidgets/main.cpp
parent831e8f6183b183b9c1d38ef29f8e38f775389549 (diff)
downloadqtdeclarative-409019bc1185b605a6a3e1f1ab474117d5ce0055.tar.gz
EmbeddedInWidgets example: Use QQC2 components
Replaces the TextBox custom component with a qt quick controls 2 TextField. Task-number: QTBUG-95735 Pick-to: 6.2 Change-Id: Ic1fb47c8e57cd2d805d4a9941df9bc02a5e7bc17 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'examples/quick/embeddedinwidgets/main.cpp')
-rw-r--r--examples/quick/embeddedinwidgets/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/embeddedinwidgets/main.cpp b/examples/quick/embeddedinwidgets/main.cpp
index 91147772ba..e7687c9fec 100644
--- a/examples/quick/embeddedinwidgets/main.cpp
+++ b/examples/quick/embeddedinwidgets/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 demonstration applications of the Qt Toolkit.