mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
19 lines
400 B
OpenEdge ABL
19 lines
400 B
OpenEdge ABL
#include "QtCore/qglobal.h"
|
|
|
|
/* ASCII interface is needed and macro uses are purged anyway
|
|
#define QT_ASCII_CAST_WARN
|
|
#define QT_ASCII_CAST_WARN_CONSTRUCTOR
|
|
*/
|
|
|
|
#define Q_GADGET
|
|
#define Q_ENUMS(x)
|
|
#define Q_NO_USING_KEYWORD
|
|
#define Q_REQUIRED_RESULT
|
|
#define QT_FASTCALL
|
|
#define Q_OBJECT
|
|
#define Q_PROPERTY(x)
|
|
#define QDOC_PROPERTY(x)
|
|
#define Q_SLOTS
|
|
#define Q_SIGNALS protected
|
|
#define Q_INVOKABLE
|
|
|