mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-22 04:24:29 -04:00
yuzu/configuration: Add missing override specifiers to configuration-related classes
Resolves trivial compiler warnings.
This commit is contained in:
@@ -16,7 +16,7 @@ class ConfigureGameList : public QWidget {
|
||||
|
||||
public:
|
||||
explicit ConfigureGameList(QWidget* parent = nullptr);
|
||||
~ConfigureGameList();
|
||||
~ConfigureGameList() override;
|
||||
|
||||
void applyConfiguration();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user