Improve cachemanager for mip files

This commit is contained in:
Desmis
2017-02-16 08:01:23 +01:00
parent 15ad679b0d
commit 894fcf5734
5 changed files with 24 additions and 4 deletions

View File

@@ -256,6 +256,13 @@ void CacheManager::clearProfiles () const
MyMutex::MyLock lock (mutex);
deleteDir ("profiles");
}
void CacheManager::clearmip () const
{
MyMutex::MyLock lock (mutex);
deleteDir ("mip");
}