#include <QtCore/qobjectdefs.h>
#ifndef QOBJECTDEFS_H
struct QMetaObject{
   /* Some contents are skipped to improve readability */
   public: enum Call{
      /* ... */
      QueryPropertyEditable = 7,
      /* ... */
   };
   /* ... */
};
#endif // QOBJECTDEFS_H