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