#include <QtCore/qeventloop.h> #ifndef QEVENTLOOP_H class QEventLoop: public QObject{ /* Some contents are skipped to improve readability */ private: inline struct QEventLoopPrivate const * d_func() const /* ... */ }; #endif // QEVENTLOOP_H