-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.10.0 RC
-
None
-
0e20bc9a7 (dev), 6f2a9730f (6.10), e3da83aef (6.9)
In Qt 6.10 documentation, qDebug() is now documented as a dedicated macro, separate from the qDebug(const char*, ...) variant.
See
https://doc-snapshots.qt.io/qt6-6.10/qdebug.html#macros
and
https://doc-snapshots.qt.io/qt6-6.10/qtlogging.html#macros
But while the const char variant appears with correct arguments, the streaming operator variants do not show a '()'- although that is part of the macro definition.