summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-08-18 17:17:29 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-08-24 17:11:23 +0000
commitc4b2c75593a389eac3ab7d1679f2debc41caaa5b (patch)
tree5ab1522a20f518831c627bd0cf2ec0f99780799d
parent0d8f92ec8fb3d92ece59123d48187c96f28be4ae (diff)
Doc: Remove mentioning of variadic macros
We don't support compilers without variadic macros anymore; the check in code was removed already in commit 4628e5cded8. Change-Id: Ica4d0b2f7055e3d00ae780e23eb4e5a9d2dcc191 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit f9cd4a02904e860e6a3dc29ad942098e1c1ab6a8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/corelib/io/qloggingcategory.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/io/qloggingcategory.cpp b/src/corelib/io/qloggingcategory.cpp
index 8136b5f545..425eb40eb3 100644
--- a/src/corelib/io/qloggingcategory.cpp
+++ b/src/corelib/io/qloggingcategory.cpp
@@ -595,8 +595,7 @@ void QLoggingCategory::setFilterRules(const QString &rules)
with a specific name. The implicitly-defined QLoggingCategory object is
created on first use, in a thread-safe manner.
- This macro must be used outside of a class or method. It is only defined
- if variadic macros are supported.
+ This macro must be used outside of a class or method.
*/
QT_END_NAMESPACE