mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-10 00:06:32 -05:00
yuzu/configuration: Add missing override specifiers to configuration-related classes
Resolves trivial compiler warnings.
This commit is contained in:
@@ -18,7 +18,7 @@ class ConfigureGeneral : public QWidget {
|
||||
|
||||
public:
|
||||
explicit ConfigureGeneral(QWidget* parent = nullptr);
|
||||
~ConfigureGeneral();
|
||||
~ConfigureGeneral() override;
|
||||
|
||||
void PopulateHotkeyList(const HotkeyRegistry& registry);
|
||||
void applyConfiguration();
|
||||
|
Reference in New Issue
Block a user