MCPcopy Create free account
hub / github.com/bumptop/BumpTop / removeWinThumbnailSearchPath

Method removeWinThumbnailSearchPath

trunk/win/Source/BT_GLTextureManager.cpp:1246–1254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1244}
1245
1246void GLTextureManager::removeWinThumbnailSearchPath( QString path )
1247{
1248 /* TODO: reimplement BT_ThumbsDBReader
1249 _thumbsDbsMutex.lock();
1250 QString lowerPath = path.toLower();
1251 _thumbsDbs.remove(lowerPath);
1252 _thumbsDbsMutex.unlock();
1253 */
1254}
1255
1256void GLTextureManager::lockIlMutex()
1257{

Callers 2

~FileSystemPileMethod · 0.80
setOwnerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected