mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +08:00
Ref T259, Ref T243 improved utility functions so parts can be guessed in interpolator
* engine count * aligned naming to "getEnginesCount" * formatting
This commit is contained in:
committed by
Roland Winklmeier
parent
c3f05ea1cd
commit
e3d17859a0
@@ -169,6 +169,9 @@ namespace BlackMisc
|
||||
//! Aircraft ICAO code
|
||||
const Aviation::CAircraftIcaoCode &getAircraftIcaoCode() const { return m_aircraftIcao; }
|
||||
|
||||
//! \copydoc BlackMisc::Aviation::CAircraftIcaoCode::getEngineCount
|
||||
int getEngineCount() const { return m_aircraftIcao.getEnginesCount(); }
|
||||
|
||||
//! Aircraft ICAO code designator
|
||||
const QString &getAircraftIcaoCodeDesignator() const { return m_aircraftIcao.getDesignator(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user