mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Use override for destructors
This commit is contained in:
@@ -51,7 +51,7 @@ namespace BlackGui
|
||||
explicit CDbAutoSimulatorStashingComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CDbAutoSimulatorStashingComponent();
|
||||
virtual ~CDbAutoSimulatorStashingComponent() override;
|
||||
|
||||
//! At least run once and completed
|
||||
bool isCompleted() const { return m_state == Completed; }
|
||||
|
||||
Reference in New Issue
Block a user