mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Use override for destructors
This commit is contained in:
@@ -37,7 +37,7 @@ namespace BlackGui
|
||||
explicit CDbLoadOverviewComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CDbLoadOverviewComponent();
|
||||
virtual ~CDbLoadOverviewComponent() override;
|
||||
|
||||
//! Initialize
|
||||
void display();
|
||||
|
||||
Reference in New Issue
Block a user