mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
refs #793, display mismatch between rendered and network model
* utility functions to display that info * added in aircraft model
This commit is contained in:
@@ -353,6 +353,15 @@ namespace BlackMisc
|
||||
//! Has a network model been set?
|
||||
bool hasNetworkModel() const;
|
||||
|
||||
//! Difference of network and (rendered) aircraft ICAO code
|
||||
QString getNetworkModelAircraftIcaoDifference() const;
|
||||
|
||||
//! Difference of network and (rendered) airline ICAO code
|
||||
QString getNetworkModelAirlineIcaoDifference() const;
|
||||
|
||||
//! Difference of network and (rendered) livery code
|
||||
QString getNetworkModelLiveryDifference() const;
|
||||
|
||||
//! \copydoc BlackMisc::Simulation::CAircraftModel::getIconPath
|
||||
const QString &getIconPath() const { return m_model.getIconPath(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user