mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Use override for destructors
This commit is contained in:
@@ -37,7 +37,7 @@ namespace BlackGui
|
||||
explicit CInternalsComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CInternalsComponent();
|
||||
virtual ~CInternalsComponent() override;
|
||||
|
||||
protected:
|
||||
//! \copydoc QWidget::showEvent
|
||||
|
||||
Reference in New Issue
Block a user