mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 04:07:57 -05:00
yuzu/configuration: Make function naming consistent
This commit is contained in:
@ -21,8 +21,8 @@ public:
|
||||
explicit ConfigureHotkeys(QWidget* parent = nullptr);
|
||||
~ConfigureHotkeys() override;
|
||||
|
||||
void applyConfiguration(HotkeyRegistry& registry);
|
||||
void retranslateUi();
|
||||
void ApplyConfiguration(HotkeyRegistry& registry);
|
||||
void RetranslateUI();
|
||||
|
||||
/**
|
||||
* Populates the hotkey list widget using data from the provided registry.
|
||||
|
Reference in New Issue
Block a user