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