#include <QtCore/qobject.h> #ifndef QOBJECT_H #ifndef QT_NO_QOBJECT class QObject{ /* Some contents are skipped to improve readability */ private: inline struct QObjectPrivate const * d_func() const /* ... */ }; #endif #endif // QOBJECT_H