qt5base-lts/tests/auto/widgets/dialogs
Marc Mutz d67aa6291d tst_QWizard: port away from Q_FOREACH[3/5]: OptionInfo ctor
This is iterating over the keys() of a member container we've just
filled in the same function. The loop body clearly doesn't modify the
container being iterated over. Port to the future-proof ranged
for-loop over asKeyValueRange(), using the _-in-SB pattern Christian
Ehrlicher showed me to indicate we're not interested in the value.

Task-number: QTBUG-115803
Pick-to: 6.6 6.5
Change-Id: I3d86a1de9ea460b7d57fa421ea76e41d2c122f43
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2023-08-07 23:56:10 +02:00
..
qcolordialog CMake: Make widgets tests standalone projects 2023-07-05 15:09:32 +02:00
qdialog CMake: Make widgets tests standalone projects 2023-07-05 15:09:32 +02:00
qerrormessage CMake: Make widgets tests standalone projects 2023-07-05 15:09:32 +02:00
qfiledialog tst_QFileDialog/2: port away from Q_FOREACH 2023-08-07 13:28:20 +02:00
qfiledialog2 tst_QFileDialog/2: port away from Q_FOREACH 2023-08-07 13:28:20 +02:00
qfontdialog CMake: Make widgets tests standalone projects 2023-07-05 15:09:32 +02:00
qinputdialog CMake: Make widgets tests standalone projects 2023-07-05 15:09:32 +02:00
qmessagebox CMake: Make widgets tests standalone projects 2023-07-05 15:09:32 +02:00
qprogressdialog CMake: Make widgets tests standalone projects 2023-07-05 15:09:32 +02:00
qsidebar CMake: Make widgets tests standalone projects 2023-07-05 15:09:32 +02:00
qwizard tst_QWizard: port away from Q_FOREACH[3/5]: OptionInfo ctor 2023-08-07 23:56:10 +02:00
CMakeLists.txt tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00