diff options
| author | Lars Schmertmann <Lars.Schmertmann@governikus.de> | 2024-12-10 07:30:40 +0100 |
|---|---|---|
| committer | Lars Schmertmann <Lars.Schmertmann@governikus.de> | 2024-12-10 17:14:32 +0100 |
| commit | 3bec93738ea88b6f2f50f1b5eeb2237f6f43c0b6 (patch) | |
| tree | 5e86166120edc4d6436a495a379e4b4b55147242 /src/corelib/global/qlogging.cpp | |
| parent | 0fce5caf954a4c9bb0311536c472f3082baf768b (diff) | |
Android: Fix typo in the documentation of the default log pattern
Pick-to: 6.9 6.8 6.5
Task-number: QTBUG-94708
Change-Id: I845f193f1b98219be205b8615f817f3315f4d149
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'src/corelib/global/qlogging.cpp')
| -rw-r--r-- | src/corelib/global/qlogging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qlogging.cpp b/src/corelib/global/qlogging.cpp index dff15a0f151..86800492511 100644 --- a/src/corelib/global/qlogging.cpp +++ b/src/corelib/global/qlogging.cpp @@ -2314,7 +2314,7 @@ void qErrnoWarning(int code, const char *msg, ...) The default \a pattern is \c{%{if-category}%{category}: %{endif}%{message}}. \note On Android, the default \a pattern is \c{%{message}} because the category is used as - \l{Android: log_print}{tag} since Android logcat has has a dedicated field for the logging + \l{Android: log_print}{tag} since Android logcat has a dedicated field for the logging categories, see \l{Android: Log}{Android Logging}. If a custom \a pattern including the category is used, QCoreApplication::applicationName() is used as \l{Android: log_print}{tag}. |
