qt5base-lts/tests/auto/corelib
Friedemann Kleint 05e0dfa006 Reverse iteration in QMetaEnum::valueToKeys().
Otherwise, values that are composed of others are not handled
correctly. For example,
Qt::Dialog|Qt::FramelessWindowHint (Qt::Dialog=0x2|Qt::Window)
is currently output as
"Window|FramelessWindowHint" since
Qt::Window matches first and its bits are removed from the flag value
so that Qt::Dialog in the next iteration no longer matches.

Change-Id: I67db5c977c75f887392aa8f345c5e6e9d82c5c26
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2015-02-26 09:49:10 +00:00
..
animation Update copyright headers 2015-02-11 06:49:51 +00:00
codecs Update copyright headers 2015-02-11 06:49:51 +00:00
global Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
io QDateTime: drop quotes in QDebug output 2015-02-21 16:58:39 +00:00
itemmodels Update copyright headers 2015-02-11 06:49:51 +00:00
json Merge remote-tracking branch 'origin/5.4' into 5.5 2015-02-24 21:02:08 +01:00
kernel Reverse iteration in QMetaEnum::valueToKeys(). 2015-02-26 09:49:10 +00:00
mimetypes Update copyright headers 2015-02-11 06:49:51 +00:00
plugin Update copyright headers 2015-02-11 06:49:51 +00:00
statemachine QtCore: assorted migrations to QString::asprintf 2015-02-12 19:40:04 +00:00
thread Update copyright headers 2015-02-11 06:49:51 +00:00
tools Merge remote-tracking branch 'origin/5.4' into 5.5 2015-02-24 21:02:08 +01:00
xml Update copyright headers 2015-02-11 06:49:51 +00:00
corelib.pro iOS: Enable building of basic tests 2014-01-22 12:35:17 +01:00