qt5base-lts/tests/auto/widgets/dialogs
Marc Mutz 4741a7cd1c tst_QWizard: port away from Q_FOREACH[4/5]: TestWizard dtor
This is iterating over a data member container that's otherwise only
touched in the constructor of the same object. The only reason why
it's not a const is that the initialization from QWizard::addPage()
makes that very cumbersome. So port to a ranged for-loop and apply
std::as_const().

Task-number: QTBUG-115803
Pick-to: 6.6 6.5
Change-Id: I033e3725df95b29a8ef295c4e74d746d83234835
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[4/5]: TestWizard dtor 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