mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +08:00
Use override for destructors
This commit is contained in:
@@ -106,7 +106,7 @@ namespace BlackGui
|
||||
explicit CInfoBarWebReadersStatusComponent(QWidget *parent = nullptr);
|
||||
|
||||
//!Destructor
|
||||
virtual ~CInfoBarWebReadersStatusComponent();
|
||||
virtual ~CInfoBarWebReadersStatusComponent() override;
|
||||
|
||||
//! Show the consolidation status
|
||||
virtual void showConsolidationStatus(bool show) override;
|
||||
|
||||
Reference in New Issue
Block a user