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