Style, removed redundant CForm overrides

This commit is contained in:
Klaus Basan
2018-08-04 23:39:32 +02:00
parent b4f39f6226
commit b671c2a0a5
19 changed files with 29 additions and 37 deletions

View File

@@ -42,7 +42,7 @@ namespace BlackGui
explicit CLiveryForm(QWidget *parent = nullptr);
//! Destructor
virtual ~CLiveryForm();
virtual ~CLiveryForm() override;
//! Value
BlackMisc::Aviation::CLivery getValue() const;