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