mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 19:35:33 +08:00
Use override for destructors
This commit is contained in:
@@ -38,7 +38,7 @@ namespace BlackGui
|
||||
explicit CCockpitInfoAreaComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CCockpitInfoAreaComponent();
|
||||
virtual ~CCockpitInfoAreaComponent() override;
|
||||
|
||||
//! Info areas
|
||||
enum InfoArea
|
||||
|
||||
Reference in New Issue
Block a user