qt5compat/util/unicode
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
..
codecs/big5 Eradicate the last Q_FOREACHs and mark the module free of them ... again 2023-08-04 16:55:26 +02:00