qt5base-lts/tests/auto/corelib
Kai Koehne d394ca7f27 QtDebug: Include file, line, function information
Record the file, line, and function where a qDebug, qWarning, qCritical
or qFatal call happens, and make this information available in a custom
message handler.

The patch uses the C preprocessor to replace qDebug, qWarning, ... with
a line that also records the current file, line, and function. Custom
message handlers can access this information via a new QMessageLogContext
argument.

Change-Id: I0a9b89c1d137e41775932d3b1a35da4ebf12d18d
Reviewed-by: David Faure <faure@kde.org>
2012-02-01 02:16:32 +01:00
..
animation Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
codecs Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
concurrent Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
global QtDebug: Include file, line, function information 2012-02-01 02:16:32 +01:00
io QtDebug: Include file, line, function information 2012-02-01 02:16:32 +01:00
itemmodels tst_qabstractitemmodel does not need QT += widgets 2012-01-31 04:55:47 +01:00
json Update contact address in license headers. 2012-01-31 04:54:56 +01:00
kernel Add the event loop quitlock feature to QtCore. 2012-01-31 23:22:15 +01:00
plugin Changed qlibrary unittest to use applicationDirPath() 2012-01-31 04:55:35 +01:00
statemachine Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
thread Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
tools Remove many deprecated methods 2012-01-31 16:17:55 +01:00
xml Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
corelib.pro Import json support from playground/qtbinaryjson 2012-01-24 15:28:20 +01:00