#include <QtCore/qmetaobject.h> #ifndef QMETAOBJECT_H class QMetaProperty{ /* Some contents are skipped to improve readability */ public: bool reset(class QObject* obj) const /* ... */ }; #endif // QMETAOBJECT_H