Re-used the ComboBoxDelegate created earlier for MediaTypeModel in
[emufront] / src / models / setupmodel.h
index 906b5ba..df58b35 100644 (file)
@@ -40,6 +40,7 @@ protected:
     virtual void refresh();
     virtual QString constructSelect(QString where = "") const;
     virtual bool setPlatform(int id, int platformId);
+    virtual bool setMediaType(int id, int platformId);
 };
 
 #endif // SETUPMODEL_H