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