Skip to content
Commit 26096cdd authored by David Rosca's avatar David Rosca
Browse files

Fix saving diffs

QTemporaryFile::fileName() must be converted to url with QUrl::fromLocalFile.
m_diff in slotWriteDiffOutput() is already an url with "file:" scheme,
so QUrl::fromLocalFile must not be used on it.

REVIEW: 123696
parent 5c3da340
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment