MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getOldCacheFilePath

Function getOldCacheFilePath

Engine/OfxHost.cpp:744–751  ·  view source on GitHub ↗

Return the xml cache file used before Natron 2 RC2

Source from the content-addressed store, hash-verified

742
743///Return the xml cache file used before Natron 2 RC2
744static QString
745getOldCacheFilePath()
746{
747 QString cachePath = appPTR->getDiskCacheLocation() + QLatin1Char('/');
748 QString oldOfxCache = cachePath + QString::fromUtf8("OFXCache.xml");
749
750 return oldOfxCache;
751}
752
753static QString
754getOFXCacheDirPath()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected