refs #619, removed redundant set method for cache in loader

This commit is contained in:
Klaus Basan
2016-03-23 03:20:50 +01:00
parent 50ac317065
commit 5651ec0f80
3 changed files with 15 additions and 22 deletions

View File

@@ -107,7 +107,7 @@ namespace BlackGui
mv->updateContainerMaybeAsync(models);
if (this->m_loader)
{
this->m_loader->replaceCacheWithModelData(models);
this->m_loader->setModelsInCache(models);
}
}
@@ -126,7 +126,7 @@ namespace BlackGui
mv->replaceOrAddModelsWithString(models);
if (this->m_loader)
{
this->m_loader->replaceCacheWithModelData(models);
this->m_loader->setModelsInCache(models);
}
}
} // ns