QTfrontend/util/FileEngine.h
branchphysfslayer
changeset 8052 845b5ae03841
parent 7955 85b3970b402a
child 8055 04dd8b7fb605
equal deleted inserted replaced
8049:133e22b5c410 8052:845b5ae03841
    64         QAbstractFileEngine *create(const QString &filename) const;
    64         QAbstractFileEngine *create(const QString &filename) const;
    65 
    65 
    66         void mount(const QString & path);
    66         void mount(const QString & path);
    67         void mount(const QString & path, const QString & mountPoint);
    67         void mount(const QString & path, const QString & mountPoint);
    68         void setWriteDir(const QString & path);
    68         void setWriteDir(const QString & path);
       
    69         void mountPacks();
    69 
    70 
    70 //    private:
    71 //    private:
    71         static const QString scheme;
    72         static const QString scheme;
    72 };
    73 };
    73 
    74