qt5base-lts/qmake/generators/unix
Marc Mutz 3f3140d38a qmake: eradicate Q_FOREACH loops [const-& returns]
... by replacing them with C++11 range-for loops.

The functions QMakeProject::values(), QMakeMetaInfo::values()
and QHashIterator::value() all return by const-reference,
so they can be passed to range-for without further changes.

Change-Id: Ic3b39ed8ff8cd7a6f287f1aa9d61a1acd67d7aaa
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
2016-01-28 20:25:11 +00:00
..
unixmake2.cpp qmake: eradicate Q_FOREACH loops [const-& returns] 2016-01-28 20:25:11 +00:00
unixmake.cpp qmake: eradicate Q_FOREACH loops [const-& returns] 2016-01-28 20:25:11 +00:00
unixmake.h Merge remote-tracking branch 'origin/5.6' into dev 2016-01-26 16:27:28 +01:00