mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
Use override for destructors
This commit is contained in:
@@ -45,7 +45,7 @@ namespace BlackGui
|
||||
explicit CDbOwnModelSetFormDialog(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CDbOwnModelSetFormDialog();
|
||||
virtual ~CDbOwnModelSetFormDialog() override;
|
||||
|
||||
//! Last build set
|
||||
const BlackMisc::Simulation::CAircraftModelList &getModelSet() const { return m_modelSet; }
|
||||
|
||||
Reference in New Issue
Block a user