| 751 | } |
| 752 | |
| 753 | static QString |
| 754 | getOFXCacheDirPath() |
| 755 | { |
| 756 | QString cachePath = appPTR->getDiskCacheLocation() + QLatin1Char('/'); |
| 757 | QString ofxCachePath = cachePath + QString::fromUtf8("OFXLoadCache"); |
| 758 | |
| 759 | return ofxCachePath; |
| 760 | } |
| 761 | |
| 762 | ///Return the xml cache file used after Natron 2 RC2 |
| 763 | static QString |
no outgoing calls
no test coverage detected