mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Use override for destructors
This commit is contained in:
@@ -63,7 +63,7 @@ namespace BlackGui
|
||||
explicit CDbOwnModelsComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CDbOwnModelsComponent();
|
||||
virtual ~CDbOwnModelsComponent() override;
|
||||
|
||||
//! Log categories
|
||||
static const BlackMisc::CLogCategoryList &getLogCategories();
|
||||
|
||||
Reference in New Issue
Block a user