qt5base-lts/tests/auto/corelib
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
..
animation Update for failures only on dev branch. Use general platform names 2019-08-19 18:22:11 +02:00
codecs Port from QStringViewLiteral to u"" 2019-07-29 11:17:28 +03:00
global Merge remote-tracking branch 'origin/5.15' into dev 2019-11-01 01:01:02 +01:00
io Merge remote-tracking branch 'origin/5.15' into dev 2019-10-26 01:01:32 +02:00
itemmodels cleanup QSortFilterProxyModel tests 2019-10-24 19:41:16 +02:00
kernel Fix all tst_qmetatype breakages after QList to QVector aliasing 2019-10-30 11:52:53 +01:00
mimetypes Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-05-01 20:24:45 +00:00
plugin Disable debug-and-release builds for MinGW 2019-09-18 06:28:16 +00:00
serialization Merge remote-tracking branch 'origin/5.15' into dev 2019-11-01 01:01:02 +01:00
statemachine QStateMachine: Don't scream at the user 2019-10-24 10:26:03 +02:00
text Fix converting a null QStringRef to QString 2019-11-04 20:06:38 +01:00
thread Get rid of QT_STRICT_ITERATORS 2019-11-04 12:52:26 +00:00
time Merge remote-tracking branch 'origin/5.14' into 5.15 2019-10-13 01:00:43 +02:00
tools Eradicate Q_FOREACHs over QVarLengthArray 2019-11-05 09:53:32 +02:00
corelib.pro Move text-related code out of corelib/tools/ to corelib/text/ 2019-07-10 17:05:30 +02:00