 |
Qt 6.x
The Qt SDK
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
4#ifndef QTPREPROCESSORSUPPORT_H
5#define QTPREPROCESSORSUPPORT_H
8#pragma qt_class(QtPreprocessorSupport)
9#pragma qt_sync_stop_processing
14#define QT_STRINGIFY2(x) #x
15#define QT_STRINGIFY(x) QT_STRINGIFY2(x)
20#define Q_UNUSED(x) (void)x;
22#if !defined(Q_UNIMPLEMENTED)
23# define Q_UNIMPLEMENTED() qWarning("Unimplemented code.")