summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6CoreResourceInit.in.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-08-07 18:23:35 +0200
committerAhmad Samir <a.samirh78@gmail.com>2023-08-13 09:19:22 +0300
commit33f7eb44ff33e0f8f516a9e8076dfdb6098cfc6f (patch)
treed12961bf88c6c891fafb0f905d95ddbb81e9ca0d /src/corelib/Qt6CoreResourceInit.in.cpp
parent574aa256cff4f7dae7e8a86c23cc17b081f1f90b (diff)
dbus test headers: port away from Q_FOREACH
Headers must be free of Q_FOREACH uses if we want to white-list only those .cpp files that still use Q_FOREACH in order to enable QT_NO_FOREACH by default. In common.h, the situation is pretty clear: the loop bodies clearly don't modify the container being iterated over. In MyServer, the situation is not clear at all, and this author doesn't have the time to investigate, so take a copy and iterate over that (eactly what Q_FOREACH does), and leave a comment. As a drive-by, fix missing {} around multi-line loop bodies. Task-number: QTBUG-115839 Change-Id: I06311a641c83daeee25f45522c694ac355ee86b6 Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>
Diffstat (limited to 'src/corelib/Qt6CoreResourceInit.in.cpp')
0 files changed, 0 insertions, 0 deletions