qt5base-lts/tests/auto/tools
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
..
macdeployqt tst_macdeployqt: fix runVerifyDeployment() 2023-08-08 15:49:26 +02:00
moc QObject: replace _q_reregisterTimers with a lambda 2023-07-31 01:52:25 +03:00
qdbuscpp2xml tst_qdbuscpp2xml: Remove unused variables 2023-08-03 16:09:17 +02:00
qdbusxml2cpp qdbusxml2cpp: Improve error reporting 2023-07-06 21:51:25 +02:00
qmake CMake: Make qtbase tests standalone projects 2023-07-05 15:09:32 +02:00
qmakelib CMake: Make qtbase tests standalone projects 2023-07-05 15:09:32 +02:00
qt_cmake_create CMake: Make qtbase tests standalone projects 2023-07-05 15:09:32 +02:00
rcc tst_rcc: port away from Q_FOREACH 2023-08-08 22:03:05 +02:00
uic CMake: Make qtbase tests standalone projects 2023-07-05 15:09:32 +02:00
windeployqt CMake: Make qtbase tests standalone projects 2023-07-05 15:09:32 +02:00
CMakeLists.txt tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00