mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
Ref T129, fixed typo
This commit is contained in:
committed by
Mathew Sutcliffe
parent
7b212c65bb
commit
a070e0e215
@@ -82,7 +82,7 @@ namespace BlackCore
|
||||
|
||||
//! Try to find the corresponding data in DB and get best information for given data
|
||||
//! \threadsafe
|
||||
static BlackMisc::Simulation::CAircraftModel reverselLookupModel(
|
||||
static BlackMisc::Simulation::CAircraftModel reverseLookupModel(
|
||||
const BlackMisc::Aviation::CCallsign &callsign,
|
||||
const BlackMisc::Aviation::CAircraftIcaoCode &networkAircraftIcao,
|
||||
const BlackMisc::Aviation::CAirlineIcaoCode &networkAirlineIcao, const QString &networkLiveryInfo, const QString &networkModelString,
|
||||
@@ -91,7 +91,7 @@ namespace BlackCore
|
||||
|
||||
//! Try to find the corresponding data in DB and get best information for following matching
|
||||
//! \threadsafe
|
||||
static BlackMisc::Simulation::CAircraftModel reverselLookupModel(
|
||||
static BlackMisc::Simulation::CAircraftModel reverseLookupModel(
|
||||
const BlackMisc::Simulation::CAircraftModel &modelToLookup,
|
||||
const QString &networkLiveryInfo, BlackMisc::CStatusMessageList *log = nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user