#include <QtCore/qobjectdefs.h>
#ifndef QOBJECTDEFS_H
struct QMetaObject{
   /* Some contents are skipped to improve readability */
   public: struct QObject* cast(struct QObject* obj) const
   /* ... */
};
#endif // QOBJECTDEFS_H