summaryrefslogtreecommitdiffstats
path: root/src/core5/codecs/qjpunicode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Resolve some duplicate macro definition errorsAmir Masoud Abdol2023-03-141-10/+0
| | | | | | | | | | | To resolved an issue caused by duplicate macro definition, I moved all the codec helper macros into a header file, and removed the duplicate ones. Pick-to: 6.5 Task-number: QTBUG-109394 Change-Id: I9afdd48fc3a7c29c3ec8996df90cf488b9701c67 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Use SPDX license identifiersLucie Gérard2022-06-231-38/+2
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: I52b9410c22909f4253094d2458d309e7f6ad2620 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Doc: Make sure all classes belong to Qt5CoreCompatKai Koehne2020-11-261-1/+1
| | | | | | Pick-to: 6.0 6.0.0 Change-Id: Ie5d258c2e8a516252510329419a76047d2ddb4d8 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Remove the additional Qt5 namespacehjk2020-07-121-4/+0
| | | | | | | | | | | | | | The additional Qt5 namespace in Qt5Compat requires projects using classes from there not only to touch the buildsystem to link to the module but also the code itself. This hampers migration from Qt5 to Qt6. Note that adding a plain 'using namespace Qt5;' in some central header is not sufficient as a work around when using QTextCodec. Task-number: QTBUG-85504 Change-Id: Id179663b70dd2c5f45e2e09f3dfac53377faa380 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
* Move QTextCodec support into Qt5CompatKarsten Heimrich2020-06-261-0/+10739
Fixes: QTBUG-75665 Change-Id: Ibe2c1ea7606e04996c5098977304bf1a633e25d9 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Lars Knoll <lars.knoll@qt.io>