X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodels%2Ffilepathmodel.h;h=d5011827844108fe05fc0bad4278d43c785de24b;hb=fd3c9cfa20cff5d1cc40dd9ccc365191c9aa35e1;hp=76bad4fb7e055db7072588fdf2f3745da54d9a6a;hpb=dadb794e9802c8f34b894fae4fc97e17cb9dee95;p=emufront diff --git a/src/models/filepathmodel.h b/src/models/filepathmodel.h index 76bad4f..d501182 100644 --- a/src/models/filepathmodel.h +++ b/src/models/filepathmodel.h @@ -39,9 +39,15 @@ public: FilePath_FileTypeId }; + enum { + FileType_MediaImage + }; + protected: virtual void refresh(); virtual QString constructSelect(QString where = "") const; + virtual bool setFilePath(int id, QString filePath); + virtual bool setSetup(int isd, int setupId); }; #endif // FILEPATHMODEL_H