Ref T246, model loader must not fire signal if cache is changed elsewhere

This commit is contained in:
Klaus Basan
2018-07-17 19:01:08 +02:00
parent 9d4989fab4
commit 235332bada
2 changed files with 6 additions and 7 deletions

View File

@@ -191,11 +191,9 @@ namespace BlackMisc
signals:
//! Parsing is finished or cache has been loaded
//! \remark does to fire if the cache has been changed elsewhere and it has just been reloaded here!
void loadingFinished(const CStatusMessageList &status, const CSimulatorInfo &simulator, LoadFinishedInfo info);
//! Corresponding Settings::CMultiSimulatorSettings::simulatorSettingsChange
void simulatorSettingsChanged(const CSimulatorInfo &simulator);
protected:
//! Constructor
IAircraftModelLoader(const CSimulatorInfo &simulator);