qt5base-lts/tests/auto/corelib/tools/collections
Marc Mutz e99b0016e8 Eradicate Q_FOREACHs over QVarLengthArray
There is no excuse for copying several KiBs of data just to iterate
over it, yet that's exactly what Q_FOREACH does.

Besides, this use of Q_FOREACH is being deprecated. In my tree, it's
already a hard error.

Change-Id: I07240c37626f7d284781e8c4be05eef3c7a54f39
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2019-11-05 09:53:32 +02:00
..
.gitignore Move tst_collections test to corelib/tools. 2014-05-13 16:08:01 +02:00
collections.pro Get rid of QT_STRICT_ITERATORS 2019-11-04 12:52:26 +00:00
tst_collections.cpp Eradicate Q_FOREACHs over QVarLengthArray 2019-11-05 09:53:32 +02:00