#include <QtCore/qabstractfileengine.h> #ifndef QABSTRACTFILEENGINE_H class QAbstractFileEngine{ /* Some contents are skipped to improve readability */ public: enum FileFlag{ /* ... */ ExistsFlag = 4194304, /* ... */ }; /* ... */ }; #endif // QABSTRACTFILEENGINE_H