mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Use override for destructors
This commit is contained in:
@@ -33,7 +33,7 @@ namespace BlackGui
|
||||
explicit CUpdateInfoDialog(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CUpdateInfoDialog();
|
||||
virtual ~CUpdateInfoDialog() override;
|
||||
|
||||
//! A new version existing?
|
||||
bool isNewVersionAvailable() const;
|
||||
|
||||
Reference in New Issue
Block a user