mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Aligned signatures for context and dialog to use sim.directory in validator
Ref T247 follow up
This commit is contained in:
committed by
Mat Sutcliffe
parent
347e584998
commit
d51b26cf8d
@@ -257,6 +257,9 @@ namespace BlackCore
|
||||
//! Load the last know model set
|
||||
void initByLastUsedModelSet();
|
||||
|
||||
//! Init and set validator
|
||||
void setValidator(const BlackMisc::Simulation::CSimulatorInfo &simulator);
|
||||
|
||||
QPair<BlackMisc::Simulation::CSimulatorPluginInfo, QPointer<ISimulator>> m_simulatorPlugin; //!< Currently loaded simulator plugin
|
||||
QMap<BlackMisc::Aviation::CCallsign, BlackMisc::CStatusMessageList> m_matchingMessages; //!< all matching log messages per callsign
|
||||
QMap<BlackMisc::Aviation::CCallsign, int> m_failoverAddingCounts;
|
||||
|
||||
Reference in New Issue
Block a user