#include <QtCore/qobjectdefs.h>
#ifndef QOBJECTDEFS_H
struct QMetaObject{
   /* Some contents are skipped to improve readability */
   public: static void activate(struct QObject* sender, struct QMetaObject const *, int from_local_signal_index, int to_local_signal_index, void* * argv);
   /* ... */
};
#endif // QOBJECTDEFS_H