summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
diff options
context:
space:
mode:
authorAlejandro Exojo <suy@badopi.org>2014-03-07 12:20:30 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-14 18:20:21 +0100
commit6d05f5faff8b125c3e43192b857990e7f0ff208d (patch)
tree88401bc3d514b008ad5b2c64958306307a4733ac /src/corelib/global/qglobal.cpp
parent2e49b7a3b99a0f02c2521656fa2f573c2ea40150 (diff)
Make QtCriticalMsg exit on QT_FATAL_CRITICALS
Change-Id: I92e8f9851dd074f3bcded6981f5545d1e93b549f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/corelib/global/qglobal.cpp')
-rw-r--r--src/corelib/global/qglobal.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp
index 108866b8df..66664f0f2a 100644
--- a/src/corelib/global/qglobal.cpp
+++ b/src/corelib/global/qglobal.cpp
@@ -3291,6 +3291,8 @@ bool QInternal::activateCallbacks(Callback cb, void **parameters)
stderr. Under Windows, the message is sent to the debugger.
On Blackberry the message is sent to slogger2.
+ It exits if the environment variable QT_FATAL_CRITICALS is not empty.
+
This function takes a format string and a list of arguments,
similar to the C printf() function. The format should be a Latin-1
string.