X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodels%2Fplatformmodel.h;h=0cad5784909d5f080c846c1041782e8b0ead41ec;hb=6bd5521ba6eedac17d194df82eda4e36de2ccb20;hp=99330b020dff075d5a1ae6890495010c718e3981;hpb=e19eaf49bd199c59cfd9d9d5ad2c12f6ebd4addd;p=emufront diff --git a/src/models/platformmodel.h b/src/models/platformmodel.h index 99330b0..0cad578 100644 --- a/src/models/platformmodel.h +++ b/src/models/platformmodel.h @@ -22,11 +22,15 @@ #include "emufrontfileobjectmodel.h" +class EmuFrontObject; +class EmuFrontFile; class PlatformModel : public EmuFrontFileObjectModel { Q_OBJECT public: PlatformModel(QObject *parent = 0); +private: + EmuFrontObject* createEmuFrontFileObject(int id, QString name, EmuFrontFile *f); }; #endif // PLATFORMMODEL_H