qt5compat/util/unicode/codecs/big5
Marc Mutz 39c96faa2c Eradicate the last Q_FOREACHs and mark the module free of them ... again
Restores the QT_NO_FOREACH define lost by the removal of .qmake.conf
in 21136bf84c.

The instances in the big5 utility are all over local variables, and
they clearly don't modify the container being iterateed over. Add
std::as_const() to avoid hidden detach()es. Replace two loops with
QByteArrayList::join().

Change-Id: If01bc667f019da0dbce99d84db5832067c5d936d
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2023-08-04 16:55:26 +02:00
..
BIG5 Move QTextCodec support into Qt5Compat 2020-06-26 12:55:39 +02:00
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 15:46:30 +02:00
big5.pro Move QTextCodec support into Qt5Compat 2020-06-26 12:55:39 +02:00
big5.qrc Move QTextCodec support into Qt5Compat 2020-06-26 12:55:39 +02:00
main.cpp Eradicate the last Q_FOREACHs and mark the module free of them ... again 2023-08-04 16:55:26 +02:00