Now the SetupModel is in MainWindow class and a pointer is
[emufront] / src / mainwindow.h
index b0d2bed..3a56a9b 100644 (file)
@@ -46,6 +46,7 @@ class EmuFrontDialog;
 class EmuLauncher;
 class DatFileUtil;
 class QErrorMessage;
+class SetupModel;
 
 class MainWindow : public QMainWindow
 {
@@ -138,6 +139,7 @@ private:
     EmuLauncher *launcher;
     QString tmpDirFilePath;
     QErrorMessage *errorMessage;
+    SetupModel *supModel;
 };
 
 #endif