mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-14 13:32:08 +00:00
only one button and combo box
This commit is contained in:
parent
1bde103423
commit
865b4af24e
1 changed files with 2 additions and 2 deletions
|
@ -29,6 +29,6 @@ private:
|
||||||
QCheckBox* m_skip_main_menu;
|
QCheckBox* m_skip_main_menu;
|
||||||
QComboBox* m_language_combo;
|
QComboBox* m_language_combo;
|
||||||
|
|
||||||
QPushButton* m_slot_buttons[2];
|
QPushButton* m_slot_buttons[1];
|
||||||
QComboBox* m_slot_combos[2];
|
QComboBox* m_slot_combos[1];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue