Ref T292, Ref T285 added signal in loader for "disk loading" and fixed displaying of "already loading" messages

This commit is contained in:
Klaus Basan
2018-07-25 02:28:26 +02:00
parent 74fa7d7289
commit 94bf4b2249
4 changed files with 34 additions and 4 deletions

View File

@@ -255,6 +255,7 @@ namespace BlackMisc
{
IAircraftModelLoader *loader = IAircraftModelLoader::createModelLoader(simulator, this);
connect(loader, &IAircraftModelLoader::loadingFinished, this, &CMultiAircraftModelLoaderProvider::loadingFinished);
connect(loader, &IAircraftModelLoader::diskLoadingStarted, this, &CMultiAircraftModelLoaderProvider::diskLoadingStarted);
return loader;
}
} // ns