#include <QtCore/qmetaobject.h>
#ifndef QMETAOBJECT_H
class QMetaProperty{
   /* Some contents are skipped to improve readability */
   private: int idx;
   /* ... */
};
#endif // QMETAOBJECT_H