mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 20:40:29 +08:00
Style, removed redundant CForm overrides
This commit is contained in:
@@ -37,7 +37,7 @@ namespace BlackGui
|
||||
explicit CCockpitComForm(QWidget *parent = nullptr);
|
||||
|
||||
//! Destrutor
|
||||
virtual ~CCockpitComForm();
|
||||
virtual ~CCockpitComForm() override;
|
||||
|
||||
//! COM frequencies displayed
|
||||
void setFrequencies(const BlackMisc::Aviation::CComSystem &com1, const BlackMisc::Aviation::CComSystem &com2);
|
||||
|
||||
Reference in New Issue
Block a user