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