Commit 00f6dae
authored
Use absolute tempPath for temporary CSV file
QTemporaryFile(templateName) creates the file in the current working directory if given a relative path. When starting the app in Finder on macOS, the working directory is /, causing temporary file creation to fail.1 parent 3199377 commit 00f6dae
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1439 | 1439 | | |
1440 | 1440 | | |
1441 | 1441 | | |
1442 | | - | |
| 1442 | + | |
1443 | 1443 | | |
1444 | 1444 | | |
1445 | 1445 | | |
| |||
0 commit comments