#include <QtCore/qdir.h> #ifndef QDIR_H class QDir{ /* Some contents are skipped to improve readability */ private: inline struct QDirPrivate const * d_func() const /* ... */ }; #endif // QDIR_H