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>
This commit is contained in:
Kai Köhne 2022-08-18 17:17:29 +02:00 committed by Qt Cherry-pick Bot
parent 0d8f92ec8f
commit c4b2c75593

View File

@ -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