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
122aa17431
commit
fa60cc6025
@@ -207,7 +207,7 @@ namespace BlackMisc
|
||||
//! Standard livery marker string
|
||||
static const QString &standardLiveryMarker();
|
||||
|
||||
//! Standard code for
|
||||
//! Standard code for airline
|
||||
static QString getStandardCode(const Aviation::CAirlineIcaoCode &airline);
|
||||
|
||||
//! Color livery marker
|
||||
@@ -218,8 +218,8 @@ namespace BlackMisc
|
||||
|
||||
private:
|
||||
CAirlineIcaoCode m_airline; //!< corresponding airline, if any
|
||||
QString m_combinedCode; //!< livery code and pseudo airline ICAO code
|
||||
QString m_description; //!< describes the livery
|
||||
QString m_combinedCode; //!< livery code and pseudo airline ICAO code
|
||||
QString m_description; //!< describes the livery
|
||||
CRgbColor m_colorFuselage; //!< color of fuselage
|
||||
CRgbColor m_colorTail; //!< color of tail
|
||||
bool m_military = false; //!< military livery?
|
||||
|
||||
Reference in New Issue
Block a user