mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 07:49:21 +00:00
Qt: implement remainder of 'Options' menu
This commit is contained in:
parent
2b712bdbaa
commit
e1554c04a1
6 changed files with 30 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue