mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
Use override for destructors
This commit is contained in:
@@ -56,7 +56,7 @@ namespace BlackGui
|
||||
explicit CDataMainInfoAreaComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CDataMainInfoAreaComponent();
|
||||
virtual ~CDataMainInfoAreaComponent() override;
|
||||
|
||||
//! Log component
|
||||
CLogComponent *getLogComponent() const;
|
||||
|
||||
Reference in New Issue
Block a user