mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Ref T701, check for model string in reader
This commit is contained in:
committed by
Mat Sutcliffe
parent
ea7b3316c9
commit
e376c18b28
@@ -241,6 +241,10 @@ namespace BlackCore
|
||||
//! \threadsafe
|
||||
BlackMisc::Simulation::CAircraftModel getModelForModelString(const QString &modelString) const;
|
||||
|
||||
//! Existing modelstring?
|
||||
//! \threadsafe
|
||||
bool containsModelString(const QString &modelString) const;
|
||||
|
||||
//! Model for key if any
|
||||
//! \threadsafe
|
||||
BlackMisc::Simulation::CAircraftModel getModelForDbKey(int dbKey) const;
|
||||
|
||||
Reference in New Issue
Block a user