mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Use override for destructors
This commit is contained in:
@@ -36,7 +36,7 @@ namespace BlackGui
|
||||
explicit CDownloadDialog(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CDownloadDialog();
|
||||
virtual ~CDownloadDialog() override;
|
||||
|
||||
//! \copydoc CDownloadComponent::setDownloadFile
|
||||
void setDownloadFile(const BlackMisc::Network::CRemoteFile &remoteFile);
|
||||
|
||||
Reference in New Issue
Block a user