#include <QtCore/qabstractfileengine.h> #ifndef QABSTRACTFILEENGINE_H class QAbstractFileEngine{ /* Some contents are skipped to improve readability */ private: inline struct QAbstractFileEnginePrivate const * d_func() const /* ... */ }; #endif // QABSTRACTFILEENGINE_H