qt: Add missing override specifiers where applicable

This commit is contained in:
Lioncash
2018-08-06 13:12:32 -04:00
parent 00a68c5eea
commit 7846295a8f
5 changed files with 9 additions and 7 deletions

View File

@ -16,7 +16,7 @@ class AboutDialog : public QDialog {
public:
explicit AboutDialog(QWidget* parent);
~AboutDialog();
~AboutDialog() override;
private:
std::unique_ptr<Ui::AboutDialog> ui;