diff options
author | Mitch Curtis <[email protected]> | 2022-02-17 08:43:09 +0800 |
---|---|---|
committer | Mitch Curtis <[email protected]> | 2022-02-17 14:23:16 +0800 |
commit | 4df79aa9dbb0b750b9b60f145e39321f48294422 (patch) | |
tree | 4eb94c448003c5b640a4ad5afb2d56ff6688052e /src/quickcontrols2/basic/DayOfWeekRow.qml | |
parent | cccca1ec0ef17eb76f645023cbf6531ab6f17076 (diff) |
Fix copyright header of Calendar QML types
They're in Qt Quick Controls 2, not Qt Quick Templates 2.
Change-Id: I6199c695eadb5424885a6f0e1a25e584de4178a7
Pick-to: 6.3
Reviewed-by: Shawn Rutledge <[email protected]>
Diffstat (limited to 'src/quickcontrols2/basic/DayOfWeekRow.qml')
-rw-r--r-- | src/quickcontrols2/basic/DayOfWeekRow.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quickcontrols2/basic/DayOfWeekRow.qml b/src/quickcontrols2/basic/DayOfWeekRow.qml index 203fa5900c..9e555699df 100644 --- a/src/quickcontrols2/basic/DayOfWeekRow.qml +++ b/src/quickcontrols2/basic/DayOfWeekRow.qml @@ -1,9 +1,9 @@ /**************************************************************************** ** -** Copyright (C) 2021 The Qt Company Ltd. +** Copyright (C) 2022 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** -** This file is part of the Qt Quick Templates 2 module of the Qt Toolkit. +** This file is part of the Qt Quick Controls 2 module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage |