files: continue using temp location for temp files and use cache location just for ocio

This commit is contained in:
itsmattkc
2020-09-28 14:20:48 +10:00
parent a82e2d5ae5
commit 909dd37cc2
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ QString FileFunctions::GetApplicationPath()
QString FileFunctions::GetTempFilePath()
{
QString temp_path = QDir(QDir(QStandardPaths::writableLocation(QStandardPaths::CacheLocation))
QString temp_path = QDir(QDir(QStandardPaths::writableLocation(QStandardPaths::TempLocation))
.filePath(QCoreApplication::organizationName()))
.filePath(QCoreApplication::applicationName());