mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Use override for destructors
This commit is contained in:
@@ -42,7 +42,7 @@ namespace BlackGui
|
||||
explicit CCopyConfigurationComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CCopyConfigurationComponent();
|
||||
virtual ~CCopyConfigurationComponent() override;
|
||||
|
||||
//! Cache mode
|
||||
void setCacheMode();
|
||||
|
||||
Reference in New Issue
Block a user