From 18a1cfaba3625b41643d9c03ddc304d2d377b590 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 4 Apr 2018 08:38:17 +0200 Subject: Doc: Add missing punctuation in qCritical, qFatal documentation Change-Id: If4175502f81e569f031d97da6cc7f5d46428442a Reviewed-by: Leena Miettinen --- src/corelib/global/qglobal.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib') diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index 2d8b860c5b..b75b218201 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -4439,7 +4439,7 @@ bool QInternal::activateCallbacks(Callback cb, void **parameters) Calls the message handler with the critical message \a message. If no message handler has been installed, the message is printed to stderr. Under Windows, the message is sent to the debugger. - On QNX the message is sent to slogger2 + On QNX the message is sent to slogger2. It exits if the environment variable QT_FATAL_CRITICALS is not empty. @@ -4472,7 +4472,7 @@ bool QInternal::activateCallbacks(Callback cb, void **parameters) Calls the message handler with the fatal message \a message. If no message handler has been installed, the message is printed to stderr. Under Windows, the message is sent to the debugger. - On QNX the message is sent to slogger2 + On QNX the message is sent to slogger2. If you are using the \b{default message handler} this function will abort to create a core dump. On Windows, for debug builds, -- cgit v1.2.3