Skip to content

Use QStandardPaths and KFileUtils to create temp file name

Nicolas Fella requested to merge work/qsp into master

Result is effectively the same.

We cannot use QTemporaryFile since we onl yneed the path and must not create the file itself.

Merge request reports