Qt: implement remainder of 'Options' menu

This commit is contained in:
Michael Maltese
2017-07-16 14:11:11 -07:00
parent 2b712bdbaa
commit e1554c04a1
6 changed files with 30 additions and 2 deletions

View File

@ -13,10 +13,13 @@ class SettingsWindow final : public QDialog
Q_OBJECT
public:
explicit SettingsWindow(QWidget* parent = nullptr);
void SelectAudioPane();
signals:
void EmulationStarted();
void EmulationStopped();
private:
ListTabWidget* m_tabs;
int m_audio_pane_index = -1;
};