Preprocessor-specific macros. More...
| Header: | #include <QtPreprocessorSupport>
|
| QT_STRINGIFY(arg) | |
| Q_UNUSED(name) |
The macro can be used to turn the builtin line expander arg into a string literal.
Indicates to the compiler that the parameter with the specified name is not used in the body of a function. This can be used to suppress compiler warnings while allowing functions to be defined with meaningful parameter names in their signatures.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qtpreprocessorsupport.html