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