aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/temporarydirectory.cpp
Commit message (Collapse)AuthorAgeFilesLines
* TemporaryDir: Use qAddPostRoutine() for cleanupFriedemann Kleint2017-05-091-5/+15
| | | | | | | | Otherwise, the directory is not cleaned up on Windows. Task-number: QTCREATORBUG-18063 Change-Id: I2e89f7de7642879ea402b50866fbee7e462501b6 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-0/+57
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>