mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
e12dc3a73a
commit
00941afcf9
@@ -33,7 +33,7 @@ namespace BlackGui
|
||||
explicit CAirportListModel(QObject *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CAirportListModel() {}
|
||||
virtual ~CAirportListModel() override {}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ namespace BlackGui
|
||||
explicit CLiveryListModel(QObject *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CLiveryListModel() {}
|
||||
virtual ~CLiveryListModel() override {}
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user