mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
typo fixes
This commit is contained in:
@@ -78,7 +78,7 @@ namespace BlackMisc
|
||||
/*
|
||||
* To FL
|
||||
*/
|
||||
void CAltitude::toFLightLevel()
|
||||
void CAltitude::toFlightLevel()
|
||||
{
|
||||
Q_ASSERT(this->m_datum == MeanSeaLevel || this->m_datum == FlightLevel);
|
||||
this->m_datum = FlightLevel;
|
||||
|
||||
@@ -91,7 +91,7 @@ namespace BlackMisc
|
||||
ReferenceDatum getReferenceDatum() const { return m_datum; }
|
||||
|
||||
//! MSL to flightlevel
|
||||
void toFLightLevel();
|
||||
void toFlightLevel();
|
||||
|
||||
//! Flightlevel to MSL
|
||||
void toMeanSeaLevel();
|
||||
@@ -102,7 +102,7 @@ namespace BlackMisc
|
||||
//! \copydoc CValueObject::fromJson
|
||||
void fromJson(const QJsonObject &json) override;
|
||||
|
||||
//! \copydoc CValueObject::fromJson
|
||||
//! \copydoc CValueObject::parseFromString
|
||||
void parseFromString(const QString &value) override;
|
||||
|
||||
//! Register metadata
|
||||
|
||||
Reference in New Issue
Block a user