From 4f4fc20d2d0188978c43e105ed60d71ba2396fd4 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 5 Sep 2012 13:28:21 +0200 Subject: Mention logging related changes in changes-5.0.0 file Change-Id: I6798a2b09fb0f832c32bac325fa0bcf40dbb854e Reviewed-by: Qt Doc Bot Reviewed-by: Thiago Macieira --- dist/changes-5.0.0 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dist') diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0 index fed97c0722..3793a8ef86 100644 --- a/dist/changes-5.0.0 +++ b/dist/changes-5.0.0 @@ -424,6 +424,12 @@ QtCore - [QTBUG-24307] The initial state is now entered before the started() signal is emitted. - [QTBUG-25959] State entry and exit order is now SCXML spec-compliant. +* qDebug(), qWarning(), qCritical(), and qFatal() were changed to macros that track the origin + of the message in source code. Whether this and other meta-information is printed can be + configured (for the default message handler) by setting the new QT_MESSAGE_PATTERN environment + variable. qInstallMsgHandler() has been deprecated, and should be replaced with + qInstallMessageHandler(). + QtGui ----- * Accessibility has been refactored. The hierachy of accessible objects is implemented via -- cgit v1.2.3