summaryrefslogtreecommitdiff
path: root/doc/src/development/debug.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/development/debug.qdoc')
-rw-r--r--doc/src/development/debug.qdoc15
1 files changed, 2 insertions, 13 deletions
diff --git a/doc/src/development/debug.qdoc b/doc/src/development/debug.qdoc
index 59c81a82..5e097494 100644
--- a/doc/src/development/debug.qdoc
+++ b/doc/src/development/debug.qdoc
@@ -153,19 +153,8 @@
QT_MESSAGE_PATTERN="[%{type}] %{appname} (%{file}:%{line}) - %{message}"
\endcode
- \table
- \header \li Placeholder \li Description
- \row \li \c %{appname} \li QCoreApplication::applicationName()
- \row \li \c %{file} \li Path to source file
- \row \li \c %{function} \li Function
- \row \li \c %{line} \li Line in source file
- \row \li \c %{message} \li The actual message
- \row \li \c %{pid} \li QCoreApplication::applicationPid()
- \row \li \c %{threadid} \li ID of current thread
- \row \li \c %{type} \li "debug", "warning", "critical" or "fatal"
- \endtable
-
- You can also install your own message handler using qInstallMessageHandler().
+ The format is documented in qSetMessagePattern(). You can also install your
+ own message handler using qInstallMessageHandler().
If the \c QT_FATAL_WARNINGS environment variable is set,
qWarning() exits after printing the warning message. This makes