qt5base-lts/tests/auto/tools/rcc
Marc Mutz 961717d372 tst_rcc: port away from Q_FOREACH
Most of these are of trivial kind (loops over const locals).

The one that isn't, in cleanupTestCase(), is, however, also simple:
it's a loop over a local, too, but it would be too much churn to
change the initialization to make the container const, and the loop
body clearly doesn't modify the container, so just go with the
std::as_const() pattern here.

Task-number: QTBUG-115839
Pick-to: 6.6 6.5
Change-Id: I188a78ea67a63be2d50a81fea431e5ea9f2783cb
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2023-08-08 22:03:05 +02:00
..
data rcc: Suppress clang's -Wexit-time-destructors 2022-07-07 17:53:23 +02:00
.gitignore Remove usage of QtXml from rcc, add test 2012-03-08 09:59:31 +01:00
BLACKLIST CMake: Skip / ignore failing tests on CMake platforms 2020-07-01 14:55:29 +02:00
CMakeLists.txt CMake: Make qtbase tests standalone projects 2023-07-05 15:09:32 +02:00
tst_rcc.cpp tst_rcc: port away from Q_FOREACH 2023-08-08 22:03:05 +02:00