qt5base-lts/tests/auto/corelib/time/qtimezone
Edward Welbourne b55f10b2a0 Convert a table iteration to use ranged-for
The loop used an int counter that was initialized from a size_t,
provoking a warning from MSVC. Since the indexing is irrelevant in any
case, use a ranged-for loop. Since the loop was formerly in decreasing
index order, reverse the table being iterated so that entries remain
in their prior order.

Change-Id: I79b93c5a3f39a502b0cae83215b8e3665d0e17f5
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2022-02-15 15:44:51 +01:00
..
CMakeLists.txt CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
tst_qtimezone_darwin.mm Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00
tst_qtimezone.cpp Convert a table iteration to use ranged-for 2022-02-15 15:44:51 +01:00