Imported needed functionality from (soon) deprecated database
[emufront] / src / models / platformmodel.h
index 99330b0..0cad578 100644 (file)
 
 #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