Details
Description
Qt Design Studio generates files when a project is created with the wizard. There is inconsistency in this information in several files- "// Copyright (C) 2021 The Qt Company Ltd."
For some files, the number is 2021; for others, it is 2018. This needs to be consistent across the document. It is good to make sure it gets the number dynamically to match the date it is being generated. So, if it is generated this year, it should get 2024; if it is next year, it gets 2025, and so on.
The files this was visible is this ...
App.qml
EventListModel.qml
EventListSimulator.qml
There could be other files!
You can also remove that part of the text altogether to reduce complexity in future cases.
Photos are attached for the issue.