mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
configure_system: Add missing override specifier on the destructor
This commit is contained in:
parent
49882458f5
commit
6a0e8f4357
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class ConfigureSystem : public QWidget {
|
|||
|
||||
public:
|
||||
explicit ConfigureSystem(QWidget* parent = nullptr);
|
||||
~ConfigureSystem();
|
||||
~ConfigureSystem() override;
|
||||
|
||||
void applyConfiguration();
|
||||
void setConfiguration();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue