mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
Style, typo
This commit is contained in:
committed by
Mat Sutcliffe
parent
4237839bbd
commit
1b4aa1162a
@@ -80,7 +80,7 @@ namespace BlackMisc
|
||||
enum ModelType
|
||||
{
|
||||
TypeUnknown,
|
||||
TypeQueriedFromNetwork, //!< model was queried by network protocol
|
||||
TypeQueriedFromNetwork, //!< model was queried by network protocol (ICAO data)
|
||||
TypeFSInnData, //!< model based on FSD ICAO data
|
||||
TypeReverseLookup, //!< reverse lookup model
|
||||
TypeModelMatching, //!< model is result of model matching
|
||||
@@ -530,7 +530,7 @@ namespace BlackMisc
|
||||
static const QString &liveryStringPrefix();
|
||||
|
||||
//! swift livery string
|
||||
static bool isSwiftLiyeryString(const QString &liveryString);
|
||||
static bool isSwiftLiveryString(const QString &liveryString);
|
||||
|
||||
//! Split swift network string
|
||||
//! \sa getSwiftLiveryString
|
||||
|
||||
Reference in New Issue
Block a user