diff options
| author | Lioncash <mathew1800@gmail.com> | 2019-05-26 00:39:23 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2019-06-05 15:40:33 -0400 |
| commit | e1d755bdda96fe8b25fc8be4181f48ca158679f1 (patch) | |
| tree | fa967793555c54493be142d693d3bbb33e028910 /src/yuzu/configuration/configure_hotkeys.h | |
| parent | 1eb979221f6664938456cefdbd5c79b7e59e2b8c (diff) | |
yuzu/configuration: Make function naming consistent
Diffstat (limited to 'src/yuzu/configuration/configure_hotkeys.h')
| -rw-r--r-- | src/yuzu/configuration/configure_hotkeys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/configuration/configure_hotkeys.h b/src/yuzu/configuration/configure_hotkeys.h index e77d73c35..a1f4c7134 100644 --- a/src/yuzu/configuration/configure_hotkeys.h +++ b/src/yuzu/configuration/configure_hotkeys.h @@ -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. |
