summaryrefslogtreecommitdiffstats
path: root/tests/manual/qstorageinfo/main.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-08-08 07:56:32 +0200
committerMarc Mutz <marc.mutz@qt.io>2023-08-08 22:03:05 +0200
commit961717d372ad94b90e8d06152e92f1af54810a25 (patch)
tree19948abf5b55de39899ccf3b0a3950b7085c00be /tests/manual/qstorageinfo/main.cpp
parent27a9ce0a163be5da39cd2d15f4000f512f9b04bf (diff)
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>
Diffstat (limited to 'tests/manual/qstorageinfo/main.cpp')
0 files changed, 0 insertions, 0 deletions