Now the SetupModel is in MainWindow class and a pointer is
[emufront] / src / emulauncher.h
index 9c529cc..1c6c081 100644 (file)
@@ -41,7 +41,7 @@ class EmuLauncher : public QWidget
 {
 Q_OBJECT
 public:
-    EmuLauncher(QErrorMessage *, QWidget *parent = 0, QString tmp = ".");
+    EmuLauncher(QErrorMessage *, SetupModel *supModel, QWidget *parent = 0, QString tmp = ".");
     ~EmuLauncher();
     void updateData();
     void setTmpDirPath(QString);