qt5base-lts/tests/auto/corelib/global/qlogging
Kai Koehne d9a1c2dff8 Logging: Change arguments of message handler to avoid conversions
Introduce a new QtMessageHandler that takes QString instead of
char *: This avoids converting to local8bit , only to convert it back
to utf16 for Windows.

The old QMessageHandler is kept for a transition period, but will
be removed before Qt 5.0.

Also fix qEmergencyOut (that is called in OOM situations) to not rely
on the default message handler.

Change-Id: Iee0ce5838f97175c98788b847964273dd22d4a37
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-04-20 08:37:06 +02:00
..
app Fix qlogging test for release configuration 2012-02-17 05:26:58 +01:00
test Changed qlogging unittest to install subprogram 2012-03-01 05:43:15 +01:00
qlogging.pro Fixed tst_qlogging app silently not compiled in some -fast builds. 2012-02-22 04:48:36 +01:00
tst_qlogging.cpp Logging: Change arguments of message handler to avoid conversions 2012-04-20 08:37:06 +02:00