mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 16:55:36 +08:00
Formatting
This commit is contained in:
@@ -45,7 +45,7 @@ namespace BlackMisc
|
||||
return s;
|
||||
}
|
||||
|
||||
const QString CFlightPlan::flightruleToString(CFlightPlan::FlightRules rule)
|
||||
const QString CFlightPlan::flightRuleToString(CFlightPlan::FlightRules rule)
|
||||
{
|
||||
switch (rule)
|
||||
{
|
||||
|
||||
@@ -186,7 +186,7 @@ namespace BlackMisc
|
||||
QString convertToQString(bool i18n = false) const;
|
||||
|
||||
//! Rules to string
|
||||
static const QString flightruleToString(FlightRules rule);
|
||||
static const QString flightRuleToString(FlightRules rule);
|
||||
|
||||
private:
|
||||
QString m_equipmentIcao; //!< e.g. "T/A320/F"
|
||||
|
||||
Reference in New Issue
Block a user