Doc: Remove mentioning of variadic macros

We don't support compilers without variadic macros anymore; the check
in code was removed already in commit 4628e5cded.

Pick-to: 6.4
Change-Id: Ica4d0b2f7055e3d00ae780e23eb4e5a9d2dcc191
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
This commit is contained in:
Kai Köhne 2022-08-18 17:17:29 +02:00
parent ae972085a4
commit f9cd4a0290

View File

@ -621,8 +621,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