files: continue using temp location for temp files and use cache location just for ocio
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user