summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-06-06 20:11:50 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-10 15:55:49 +0200
commit0f73d7bb356e063a441be2025473e3c9edfbac77 (patch)
treec62f0ac0adb7491d8c2685710cfa0b91373dcfdb /src/corelib/global/qlogging.h
parent5e79415218cbb2dcd74aa9613ab0bbe53e28f5a6 (diff)
Logging: Remove outdated QMessageHandler
Commit d9a1c2dff replaced QMessageHandler with QtMessageHandler. However, the old signature was still supported for a grace period. Change-Id: I3141499efdc749460b77de1ceec82f312e904bec Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/global/qlogging.h')
-rw-r--r--src/corelib/global/qlogging.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/global/qlogging.h b/src/corelib/global/qlogging.h
index 8366a852ab..2d7c625df9 100644
--- a/src/corelib/global/qlogging.h
+++ b/src/corelib/global/qlogging.h
@@ -168,10 +168,6 @@ Q_CORE_EXPORT QtMsgHandler qInstallMsgHandler(QtMsgHandler);
typedef void (*QtMessageHandler)(QtMsgType, const QMessageLogContext &, const QString &);
Q_CORE_EXPORT QtMessageHandler qInstallMessageHandler(QtMessageHandler);
-// TODO: Remove before Qt5.0 Beta
-typedef void (*QMessageHandler)(QtMsgType, const QMessageLogContext &, const char *);
-Q_CORE_EXPORT QMessageHandler qInstallMessageHandler(QMessageHandler);
-
Q_CORE_EXPORT void qSetMessagePattern(const QString &messagePattern);
QT_END_HEADER