Ref T701, check for model string in reader

This commit is contained in:
Klaus Basan
2019-07-07 16:38:27 +02:00
committed by Mat Sutcliffe
parent ea7b3316c9
commit e376c18b28
4 changed files with 20 additions and 0 deletions

View File

@@ -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;