qt5base-lts/tests/manual/embeddedintoforeignwindow
Marc Mutz cc15e42e2c embeddedintoforeignindow test: port itemwindow.h away from Q_FOREACH
As a header, it would otherwise make all TUs that include it (with
PCH: all) incompatible with QT_NO_FOREACH.

Without deeper analysis (which economy of time forbids in this case,
given this is just a manual test that's probably run 10 times per
year), and seeing as this is in an event handler, I opted to play it
safe and iterate over a copy (which is exactly what Q_FOREACH
does). Added a comment to indicate it may not be needed.

Pick-to: 6.6 6.5
Task-number: QTBUG-115839
Change-Id: I7db75321dd34888f6dd7a64cccb7462ff35935fa
Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2023-08-09 23:57:22 +02:00
..
CMakeLists.txt tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00
embeddedintoforeignwindow.pro Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
itemwindow.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
itemwindow.h embeddedintoforeignindow test: port itemwindow.h away from Q_FOREACH 2023-08-09 23:57:22 +02:00
main.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00