summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2014-10-13 10:22:22 +0200
committerNico Vertriest <nico.vertriest@digia.com>2014-10-27 14:26:02 +0100
commit10800a3b4ccf9a57e73dd2e9e0e674d7ff3c2b1b (patch)
tree9e3649fc4490d8935c866662a530d4409e5db017 /src/corelib/global/qlogging.cpp
parentac4bab991b0b258853611dd2b5662dc111fa6311 (diff)
Doc: Corrected autolink errors qtbase
Task-number: QTBUG-40362 Change-Id: I054a4713bdd83280be51697689e0c3c3409b9601 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src/corelib/global/qlogging.cpp')
-rw-r--r--src/corelib/global/qlogging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qlogging.cpp b/src/corelib/global/qlogging.cpp
index 6def794d5e..9fced6ede6 100644
--- a/src/corelib/global/qlogging.cpp
+++ b/src/corelib/global/qlogging.cpp
@@ -1578,7 +1578,7 @@ void qErrnoWarning(int code, const char *msg, ...)
The default \a pattern is "%{if-category}%{category}: %{endif}%{message}".
The \a pattern can also be changed at runtime by setting the QT_MESSAGE_PATTERN
- environment variable; if both qSetMessagePattern() is called and QT_MESSAGE_PATTERN is
+ environment variable; if both \l qSetMessagePattern() is called and QT_MESSAGE_PATTERN is
set, the environment variable takes precedence.
Custom message handlers can use qFormatLogMessage() to take \a pattern into account.