qt5base-lts/tests/auto/corelib/kernel
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
..
qcoreapplication Update copyright headers 2015-02-11 06:49:51 +00:00
qeventdispatcher Update copyright headers 2015-02-11 06:49:51 +00:00
qeventloop Update copyright headers 2015-02-11 06:49:51 +00:00
qmath Update copyright headers 2015-02-11 06:49:51 +00:00
qmetaenum Reverse iteration in QMetaEnum::valueToKeys(). 2015-02-26 09:49:10 +00:00
qmetamethod Update copyright headers 2015-02-11 06:49:51 +00:00
qmetaobject Fix QDebug cumulating operator<< with many Q_ENUM 2015-02-17 06:17:59 +00:00
qmetaobjectbuilder Update copyright headers 2015-02-11 06:49:51 +00:00
qmetaproperty Update copyright headers 2015-02-11 06:49:51 +00:00
qmetatype QMetaType: Automatic registration of Q_GADGET and Q_ENUM types 2015-02-12 07:11:04 +00:00
qmimedata Update copyright headers 2015-02-11 06:49:51 +00:00
qobject Update copyright headers 2015-02-11 06:49:51 +00:00
qpointer Update copyright headers 2015-02-11 06:49:51 +00:00
qsharedmemory Fix QT_POSIX_IPC support 2015-02-25 11:42:36 +00:00
qsignalblocker Update copyright headers 2015-02-11 06:49:51 +00:00
qsignalmapper Update copyright headers 2015-02-11 06:49:51 +00:00
qsocketnotifier Update copyright headers 2015-02-11 06:49:51 +00:00
qsystemsemaphore Update copyright headers 2015-02-11 06:49:51 +00:00
qtimer Update copyright headers 2015-02-11 06:49:51 +00:00
qtranslator Update copyright headers 2015-02-11 06:49:51 +00:00
qvariant QVariant: fix converting enum to string 2015-02-25 15:24:40 +00:00
qwineventnotifier Update copyright headers 2015-02-11 06:49:51 +00:00
kernel.pro Introduces QMetaEnum::fromType 2015-02-05 14:28:18 +00:00