blob: f41cee00e2d2702358a253610f58797657ff5657 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include_next <qglobal.h>
#ifdef Q_DECL_IMPORT
#undef Q_DECL_IMPORT
#endif
#ifdef Q_DECL_EXPORT
#undef Q_DECL_EXPORT
#endif
#define Q_DECL_IMPORT
#define Q_DECL_EXPORT
|