Doc fix typo in QT_MESSAGE_PATTERN

Change-Id: I1850c3eb07b06a4174c0e6819074040c4d62c423
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
This commit is contained in:
Tasuku Suzuki 2015-05-26 17:05:35 +09:00 committed by Kai Koehne
parent 5449589b7c
commit 73d3f1b116

View File

@ -1737,7 +1737,7 @@ void qErrnoWarning(int code, const char *msg, ...)
Example: Example:
\code \code
QT_MESSAGE_PATTERN="[%{time yyyyMMdd h:mm:ss.zzz t} %{if-debug}D{%endif}%{if-info}I%{endif}%{if-warning}W%{endif}%{if-critical}C%{endif}%{if-fatal}F%{endif}] %{file}:%{line} - %{message}" QT_MESSAGE_PATTERN="[%{time yyyyMMdd h:mm:ss.zzz t} %{if-debug}D%{endif}%{if-info}I%{endif}%{if-warning}W%{endif}%{if-critical}C%{endif}%{if-fatal}F%{endif}] %{file}:%{line} - %{message}"
\endcode \endcode
The default \a pattern is "%{if-category}%{category}: %{endif}%{message}". The default \a pattern is "%{if-category}%{category}: %{endif}%{message}".