mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 20:55:45 +00:00
yuzu/configuration: Add missing override specifiers to configuration-related classes
Resolves trivial compiler warnings.
This commit is contained in:
parent
1b3b2e69a0
commit
3f0b65b93c
7 changed files with 7 additions and 7 deletions
|
@ -18,7 +18,7 @@ class ConfigureGeneral : public QWidget {
|
|||
|
||||
public:
|
||||
explicit ConfigureGeneral(QWidget* parent = nullptr);
|
||||
~ConfigureGeneral();
|
||||
~ConfigureGeneral() override;
|
||||
|
||||
void PopulateHotkeyList(const HotkeyRegistry& registry);
|
||||
void applyConfiguration();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue