qt5base-lts/tests/auto/corelib/global
Thiago Macieira 63cd16d03c Add support for printing the real thread ID with QT_MESSAGE_PATTERN
%{threadid} should have been %{qthreadptr} but we forgot to make the
change for Qt 5.4. So do it now.

[ChangeLog][QtCore][Logging framework] %{threadid} now prints the real
thread ID. On Linux, OS X, iOS, FreeBSD and Windows, the value is unique
system-wide. On other systems, it will print something that may be
process-specific (the value of pthread_self(3)). To print the pointer
to QThread::current(), use %{qthreadptr}.

Change-Id: Ie383ff864a11966cf5d095b966a30ace65d34ee6
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2015-01-08 00:23:03 +01:00
..
q_func_info Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qflags Use Q_DECL_RELAXED_CONSTEXPR in QFlags 2014-10-31 09:54:15 +01:00
qgetputenv Merge remote-tracking branch 'origin/5.4' into dev 2014-09-29 14:08:49 +02:00
qglobal Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qglobalstatic Fix Q_GLOBAL_STATIC support for exceptions 2013-02-28 23:43:46 +01:00
qhooks Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qlogging Add support for printing the real thread ID with QT_MESSAGE_PATTERN 2015-01-08 00:23:03 +01:00
qnumeric Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qrand Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qtendian Update license headers and add new license files 2014-09-24 12:26:19 +02:00
global.pro Add a more reliable replacement for qt_add/removeObject(). 2014-04-15 17:50:20 +02:00