mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt/SettingsWindow: Add SelectGeneralPane method
This commit is contained in:
@ -13,9 +13,11 @@ class SettingsWindow final : public QDialog
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit SettingsWindow(QWidget* parent = nullptr);
|
||||
void SelectGeneralPane();
|
||||
void SelectAudioPane();
|
||||
|
||||
private:
|
||||
ListTabWidget* m_tabs;
|
||||
int m_audio_pane_index = -1;
|
||||
int m_general_pane_index = -1;
|
||||
};
|
||||
|
Reference in New Issue
Block a user