Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qtpreprocessorsupport.h File Reference
+ This graph shows which files directly or indirectly include this file:

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.")
 

Macro Definition Documentation

◆ Q_UNIMPLEMENTED

#define Q_UNIMPLEMENTED ( )    qWarning("Unimplemented code.")

Definition at line 23 of file qtpreprocessorsupport.h.

◆ Q_UNUSED

#define Q_UNUSED (   x)    (void)x;

Definition at line 20 of file qtpreprocessorsupport.h.

◆ QT_STRINGIFY

#define QT_STRINGIFY (   x)    QT_STRINGIFY2(x)

Definition at line 15 of file qtpreprocessorsupport.h.

◆ QT_STRINGIFY2

#define QT_STRINGIFY2 (   x)    #x

Definition at line 14 of file qtpreprocessorsupport.h.