yuzu/configuration: Add missing override specifiers to configuration-related classes
Resolves trivial compiler warnings.
This commit is contained in:
parent
9c0c817e6f
commit
d87961bad3
9 changed files with 9 additions and 9 deletions
|
@ -18,7 +18,7 @@ class ConfigureGeneral : public QWidget {
|
|||
|
||||
public:
|
||||
explicit ConfigureGeneral(QWidget* parent = nullptr);
|
||||
~ConfigureGeneral();
|
||||
~ConfigureGeneral() override;
|
||||
|
||||
void PopulateHotkeyList(const HotkeyRegistry& registry);
|
||||
void ResetDefaults();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue