mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQ: Mapping UI cleanups.
This commit is contained in:
@ -18,11 +18,8 @@ class MappingRadio : public QRadioButton
|
||||
public:
|
||||
MappingRadio(MappingWidget* widget, ControllerEmu::BooleanSetting* setting);
|
||||
|
||||
void Update();
|
||||
|
||||
private:
|
||||
void Connect();
|
||||
void ConfigChanged();
|
||||
|
||||
MappingWidget* m_parent;
|
||||
ControllerEmu::BooleanSetting* m_setting;
|
||||
ControllerEmu::BooleanSetting& m_setting;
|
||||
};
|
||||
|
Reference in New Issue
Block a user