summaryrefslogtreecommitdiff
path: root/src/libs/utils/temporaryfile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-0/+39
Both wrap the corresponding Qt class, but make sure all temporary files or directories are created inside a "master temporary directory". Change-Id: I55461be507c828c965224c02863ea5ed9bbf9498 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>