![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Macros | |
#define | QT_STRINGIFY2(x) #x |
#define | QT_STRINGIFY(x) QT_STRINGIFY2(x) |
#define | Q_UNUSED(x) (void)x; |
#define | Q_UNIMPLEMENTED() qWarning("Unimplemented code.") |
#define Q_UNIMPLEMENTED | ( | ) | qWarning("Unimplemented code.") |
Definition at line 23 of file qtpreprocessorsupport.h.
Definition at line 20 of file qtpreprocessorsupport.h.
#define QT_STRINGIFY | ( | x | ) | QT_STRINGIFY2(x) |
Definition at line 15 of file qtpreprocessorsupport.h.
Definition at line 14 of file qtpreprocessorsupport.h.