Ahmad Samir 6b7c354f5a tst_QKeyEvent: compile with QT_NO_FOREACH
The containers are local (window.keyEvents is a member of Window, which
is constructed on the stack, so a local container too), and they are not
changed during iteration, so use ranged-for and std::as_const.

Drive-by change: make loop variable a const&.

Task-number: QTBUG-115839
Change-Id: I9ad40068ff6209cf57f31ce0d4f38882eddbfc44
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2025-01-21 01:15:26 +03:00
2024-11-05 14:36:16 +01:00
2024-11-05 14:36:16 +01:00
2024-12-13 14:54:23 +00:00
2024-06-25 11:44:00 +02:00
Description
Qt Base (Core, Gui, Widgets, Network, ...)
822 MiB
Languages
C++ 84.3%
HTML 4.9%
C 3.9%
CMake 3.6%
Objective-C++ 2%
Other 0.8%