#include <QtCore/qcoreevent.h> #ifndef QCOREEVENT_H class QDynamicPropertyChangeEvent: public QEvent{ /* Some contents are skipped to improve readability */ public: inline class QByteArray propertyName() const /* ... */ }; #endif // QCOREEVENT_H