The Q_FOREACH is in a header, so we need to port away from it, otherwise it makes any TU that includes it (in PCH builds: all) incompatible with QT_NO_FOREACH. This is a trivial case of marking the local constructor const, but go a step further and replace the QList with a C array ("never use a dynamically-sized container for statically-sized data"). Both consumers of the container (after s/foreach/for/) can deal with array. Task-number: QTBUG-115839 Change-Id: I142e438dcf2d785bb34022a3fb1ff46b8eaa0edd Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> (cherry picked from commit c0738f9ff00801e58f47603de5742cf330e55c13) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%