mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Allow to disable reverse lookup for model string and livery ids
This commit is contained in:
committed by
Mat Sutcliffe
parent
ee9f1188d7
commit
6bc2a15f61
@@ -128,6 +128,12 @@ namespace BlackMisc
|
||||
//! Matching mode
|
||||
MatchingMode getMatchingMode() const { return static_cast<MatchingMode>(m_mode); }
|
||||
|
||||
//! Reverse lookup @{
|
||||
bool isReverseLookupModelString() const;
|
||||
bool isReverseLookupSwiftLiveryIds() const;
|
||||
void resetReverseLookup();
|
||||
//! @}
|
||||
|
||||
//! Get matching files @{
|
||||
const QString &getMsReverseLookupFile() const { return m_msReverseLookupFile; }
|
||||
const QString &getMsMatchingStageFile() const { return m_msMatchingStageFile; }
|
||||
|
||||
Reference in New Issue
Block a user