Ref T298, matching setup changed signal in contexts/matcher

This commit is contained in:
Klaus Basan
2018-08-08 20:46:20 +02:00
parent ac128eb786
commit 8f9cc645e9
7 changed files with 41 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ namespace BlackCore
this->restoreSimulatorPlugins();
connect(&m_weatherManager, &CWeatherManager::weatherGridReceived, this, &CContextSimulator::weatherGridReceived);
connect(&m_aircraftMatcher, &CAircraftMatcher::setupChanged, this, &CContextSimulator::matchingSetupChanged);
connect(&CCentralMultiSimulatorModelSetCachesProvider::modelCachesInstance(), &CCentralMultiSimulatorModelSetCachesProvider::cacheChanged, this, &CContextSimulator::modelSetChanged);
// deferred init of last model set, if no other data are set in meantime