#447, consider cache changed signal in order to avoid issue mentioned here

https://dev.vatsim-germany.org/issues/447#note-11
This commit is contained in:
Klaus Basan
2016-11-30 18:30:20 +01:00
parent 6befaa32d5
commit ed7963e551
4 changed files with 16 additions and 16 deletions

View File

@@ -147,7 +147,7 @@ namespace BlackMisc
BlackMisc::CStatusMessage replaceOrAddCachedModels(const CAircraftModelList &models, const CSimulatorInfo &simulator = CSimulatorInfo());
signals:
//! Parsing is finished
//! Parsing is finished or cache has been loaded
void loadingFinished(bool success, const BlackMisc::Simulation::CSimulatorInfo &simulator);
protected:
@@ -175,6 +175,9 @@ namespace BlackMisc
protected slots:
//! Loading finished, also logs messages
void ps_loadFinished(bool success);
//! A cache has been changed
void ps_cacheChanged(const CSimulatorInfo &simInfo);
};
} // ns
} // ns