Use QTemporaryDir::filePath() instead of path concatenation
ClosedPublic

Authored by volkov on Jan 23 2018, 11:20 AM.

Details

Summary

This is the preferred way to get a file path in a temporary
directory. It's easy to forget to append '/' when using
QTemporaryDir::path().

Diff Detail

Repository
R119 Plasma Desktop
Branch
Plasma/5.12
Lint
No Linters Available
Unit
No Unit Test Coverage
volkov created this revision.Jan 23 2018, 11:20 AM
Restricted Application added a project: Plasma. · View Herald TranscriptJan 23 2018, 11:20 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
volkov requested review of this revision.Jan 23 2018, 11:20 AM
hein accepted this revision.Feb 8 2018, 7:27 AM
This revision is now accepted and ready to land.Feb 8 2018, 7:27 AM
volkov closed this revision.Feb 14 2018, 11:28 AM