mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
yuzu/configuration: Add missing override specifiers to configuration-related classes
Resolves trivial compiler warnings.
This commit is contained in:
parent
f3253d0f14
commit
eabfb7730d
7 changed files with 7 additions and 7 deletions
|
@ -17,7 +17,7 @@ class ConfigureWeb : public QWidget {
|
|||
|
||||
public:
|
||||
explicit ConfigureWeb(QWidget* parent = nullptr);
|
||||
~ConfigureWeb();
|
||||
~ConfigureWeb() override;
|
||||
|
||||
void applyConfiguration();
|
||||
void retranslateUi();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue