#include <QtCore/qfsfileengine.h>
#ifndef QFSFILEENGINE_H
class QFSFileEngine: public QAbstractFileEngine{
   /* Some contents are skipped to improve readability */
   public: static bool setCurrentPath(class QString const & path);
   /* ... */
};
#endif // QFSFILEENGINE_H