Logging: Make sure documentation shows up
authorKai Koehne <kai.koehne@nokia.com>
Mon, 2 Apr 2012 10:17:28 +0000 (12:17 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 2 Apr 2012 10:28:20 +0000 (12:28 +0200)
commitf733a0044ef9e31af0577d5b2695c659e29dc2e8
tree5befeddabdc9fe326d6779a690adc16cafa6109d
parent63ef43b288598fa9323164ba4585f892e5d9e558
Logging: Make sure documentation shows up

Move the documentation for qDebug, qWarning, qCritical, qFatal,
QMessageHandler, QtMsgHandler, qtInstallMsgHandler,
qInstallMessageHandler from qlogging.cpp to qglobal.cpp. For some
reason it's not picked up from qlogging.cpp otherwise.

Also, tweak the output so that e.g. qDebug and friends are correctly
listed as macros.

Change-Id: I8cabf04bae0e8ae9a31a40ebe2d3272c3a33653b
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/corelib/global/qglobal.cpp
src/corelib/global/qlogging.cpp