mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Use override for destructors
This commit is contained in:
@@ -39,7 +39,7 @@ namespace BlackGui
|
||||
explicit CServerForm(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CServerForm();
|
||||
virtual ~CServerForm() override;
|
||||
|
||||
//! Set server
|
||||
void setServer(const BlackMisc::Network::CServer &server);
|
||||
|
||||
Reference in New Issue
Block a user