Masterwork From Distant Lands
ActivePublic

Authored by dkazakov on Dec 14 2016, 4:19 PM.
diff --git a/plugins/impex/video/video_saver.cpp b/plugins/impex/video/video_saver.cpp
index 13d2c65..f04d662 100644
--- a/plugins/impex/video/video_saver.cpp
+++ b/plugins/impex/video/video_saver.cpp
@@ -112,7 +112,7 @@ public:
<< "logPath" << logPath
<< "totalFrames" << totalFrames;
- QTemporaryFile progressFile("KritaFFmpegProgress.XXXXXX");
+ QTemporaryFile progressFile(QDir::tempPath() + QDir::separator() + "KritaFFmpegProgress.XXXXXX");
progressFile.open();
m_process.setStandardOutputFile(logPath);
dkazakov edited the content of this paste. (Show Details)Dec 14 2016, 4:19 PM
dkazakov changed the title of this paste from untitled to Masterwork From Distant Lands.
dkazakov updated the paste's language from autodetect to autodetect.