summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qregion.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2016-01-26 14:38:54 +0100
committerMarc Mutz <marc.mutz@kdab.com>2016-04-25 07:42:48 +0000
commit0d19a571cd5d5b031a91a4a3b4ad0a380989c47a (patch)
tree903092aa34df728c0b4d2397f33604ed2460c735 /src/gui/painting/qregion.cpp
parent3010c387132a54f81147d5b2c17d96b27f49fe0f (diff)
Android: eradicate Q_FOREACH loops [rvalues]
... by replacing them with C++11 range-for loops. This is the simplest of the patch series: Q_FOREACH took a copy, so we do, too. Except we don't, since we're just catching the return value that comes out of the function (RVO). We can't feed the rvalues into range-for, because they are non-const and would thus detach. Change-Id: Ia086b1f3d072dd56c3545780490be03346df2880 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
Diffstat (limited to 'src/gui/painting/qregion.cpp')
0 files changed, 0 insertions, 0 deletions