mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
Use override for destructors
This commit is contained in:
@@ -42,7 +42,7 @@ namespace BlackGui
|
||||
explicit CValidationIndicator(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CValidationIndicator();
|
||||
~CValidationIndicator() override;
|
||||
|
||||
//! Validation passed
|
||||
void passed();
|
||||
|
||||
Reference in New Issue
Block a user