qt5base-lts/tests/auto/corelib
Allan Sandfeld Jensen 89f784757e Improve output of Q_ENUM
When we have the named keys and not just integer values, we can output
something unambiously that closer match how the enums should be used.

Output of enums without proper metadata is left unchanged

Before:
QSurfaceFormat::ColorSpace(DefaultColorSpace)
QPainter::CompositionMode(3)

After:
QSurfaceFormat::DefaultColorSpace
QPainter::CompositionMode(3)

Change-Id: I537e879ba8b5c555b2aae9ba831facc88d430443
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2018-07-26 22:14:42 +00:00
..
animation qtbase: cleanup BLACKLIST files 2018-02-13 15:20:33 +00:00
codecs tst_qtextcodec: Use qt_test_helper functionality 2018-07-25 10:27:42 +00:00
global QByteArray: toInt() and toDouble() ignore surrounding whitespaces 2018-07-07 19:58:18 +00:00
io Improve output of Q_ENUM 2018-07-26 22:14:42 +00:00
itemmodels Merge remote-tracking branch 'origin/5.11' into dev 2018-07-02 11:23:45 +02:00
kernel Improve output of Q_ENUM 2018-07-26 22:14:42 +00:00
mimetypes QMimeDatabase: fix assert when fetching data for invalid mimetype 2018-04-06 07:19:01 +00:00
plugin QPluginLoader: limit the amount of memory used when scanning plugins 2018-07-14 04:37:46 +00:00
serialization Add QTextStream operators for QStringView 2018-07-20 20:51:08 +00:00
statemachine tst_QStateMachine: Don't use unconditional waits 2018-04-04 07:07:40 +00:00
thread Revert "Blacklist tst_QThread::create" 2018-07-20 07:00:29 +00:00
tools tst_QCommandLineParser: Add missing QVERIFY 2018-07-25 07:26:45 +00:00
corelib.pro Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00