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