mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Style, removed redundant CForm overrides
This commit is contained in:
@@ -42,7 +42,7 @@ namespace BlackGui
|
||||
explicit CLiveryForm(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CLiveryForm();
|
||||
virtual ~CLiveryForm() override;
|
||||
|
||||
//! Value
|
||||
BlackMisc::Aviation::CLivery getValue() const;
|
||||
|
||||
Reference in New Issue
Block a user