#include <QtCore/qmetaobject.h> #ifndef QMETAOBJECT_H class QMetaMethod{ /* Some contents are skipped to improve readability */ public: enum Attributes{ Compatibility = 1, Cloned = 2, Scriptable = 4, }; /* ... */ }; #endif // QMETAOBJECT_H