#include <QtCore/qabstractfileengine.h> #ifndef QABSTRACTFILEENGINE_H class QAbstractFileEngine{ /* Some contents are skipped to improve readability */ public: virtual struct QDateTime fileTime(enum QAbstractFileEngine::FileTime time) const /* ... */ }; #endif // QABSTRACTFILEENGINE_H