Imported needed functionality from (soon) deprecated database
[emufront] / src / emulauncher.h
index 27a8872..c657267 100644 (file)
@@ -27,12 +27,7 @@ class QTableView;
 class QPushButton;
 class QComboBox;
 class QErrorMessage;
-//class DbMediaType;
-//class DbPlatform;
 class DbMediaImageContainer;
-//class DbExecutable;
-//class EFFileObjectComboBox;
-//class ExecutableComboBox;
 class Executable;
 class MediaImageContainer;
 class EmuHelper;
@@ -56,26 +51,15 @@ private slots:
 
 private:
     QTableView *micTable;
-    /*EFFileObjectComboBox *platformSelectBox;
-    EFFileObjectComboBox *mediaTypeSelectBox;
-    ExecutableComboBox *execSelectBox;*/
-    //QComboBox *platformSelectBox;
-    //QComboBox *mediaTypeSelectBox;
     QComboBox *setupSelectBox;
     QComboBox *execSelectBox;
-
     QPushButton *selectButton;
     QPushButton *launchButton;
-    //DbPlatform *dbPlatform;
-    //DbMediaType *dbMediaType;
     DbMediaImageContainer *dbMic;
-    //DbExecutable *dbExec;
     EmuHelper *emuHelper;
     void initWidgets();
     void layout();
     void connectSignals();
-    //void populatePlatformSelectBox();
-    //void populateMediaTypeSelectBox();
     void launch(const Executable*, const MediaImageContainer*);
     void cleanTmp();
     QString tmpDirPath;