summaryrefslogtreecommitdiffstats
path: root/qmake/library
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-07-13 14:31:36 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-07-15 05:25:13 +0000
commit8155d0693f596c6b73d0acd977d5077dd7a6e6ea (patch)
tree859aaefb5557991366c15a007624498b63784a89 /qmake/library
parent72d9222f7bda744f80d3602d3bfe5769ed1f19a8 (diff)
Eradicate Q_FOREACH in the WASM plugin and mark the plugin free of them
The first one is trivially correct: it clearly doesn't modify the container under iteration. The second is a bit more subtle, because drawWindow() could be expected to call a paintEvent and this could theoretically lead to lowering, closing, or opening of a window. But this function just ends up blit()ting, so it doesn't call into user code. Change-Id: Id15e0102e9c8aa12516af27d771104e9993c48a1 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'qmake/library')
0 files changed, 0 insertions, 0 deletions