Cleanup QML imports and license headers

- Group the imports into Qt, KDE, NeoChat
- Import the latest versions
- Remove unused imports
- Remove unused components
- Unify license header styling
This commit is contained in:
Tobias Fella
2021-04-06 14:29:15 +02:00
parent 9932823ad3
commit d170cc5161
57 changed files with 345 additions and 544 deletions

View File

@@ -1,9 +1,7 @@
/**
* SPDX-FileCopyrightText: 2019 Black Hat <bhat@encom.eu.org>
*
* SPDX-License-Identifier: GPL-3.0-only
*/
import QtQuick 2.12
// SPDX-FileCopyrightText: 2019 Black Hat <bhat@encom.eu.org>
// SPDX-License-Identifier: GPL-3.0-only
import QtQuick 2.15
import Qt.labs.platform 1.1
FileDialog {