#include <QtCore/qmetaobject.h> #ifndef QMETAOBJECT_H class QMetaEnum{ /* Some contents are skipped to improve readability */ public: char const * scope() const /* ... */ }; #endif // QMETAOBJECT_H