mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 06:47:48 +00:00
qt: Add missing override specifiers where applicable
This commit is contained in:
parent
5de7c31baa
commit
a648516863
5 changed files with 9 additions and 7 deletions
|
@ -16,7 +16,7 @@ class AboutDialog : public QDialog {
|
|||
|
||||
public:
|
||||
explicit AboutDialog(QWidget* parent);
|
||||
~AboutDialog();
|
||||
~AboutDialog() override;
|
||||
|
||||
private:
|
||||
std::unique_ptr<Ui::AboutDialog> ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue