#include <QtCore/qmetaobject.h>
#ifndef QMETAOBJECT_H
template < > class QTypeInfo < class QMetaMethod >{
   /* Some contents are skipped to improve readability */
   public: enum /*anonymous*/{
      /* ... */
      isPointer = 0,
      /* ... */
   };
   /* ... */
};
#endif // QMETAOBJECT_H