Mercurial > hg > svcore
comparison base/TempDirectory.h @ 1527:710e6250a401 zoom
Merge from default branch
author | Chris Cannam |
---|---|
date | Mon, 17 Sep 2018 13:51:14 +0100 |
parents | fbe8afdfa8a6 |
children |
comparison
equal
deleted
inserted
replaced
1324:d4a28d1479a8 | 1527:710e6250a401 |
---|---|
11 published by the Free Software Foundation; either version 2 of the | 11 published by the Free Software Foundation; either version 2 of the |
12 License, or (at your option) any later version. See the file | 12 License, or (at your option) any later version. See the file |
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | 15 |
16 #ifndef _TEMP_DIRECTORY_H_ | 16 #ifndef SV_TEMP_DIRECTORY_H |
17 #define _TEMP_DIRECTORY_H_ | 17 #define SV_TEMP_DIRECTORY_H |
18 | 18 |
19 #include <QString> | 19 #include <QString> |
20 #include <QMutex> | 20 #include <QMutex> |
21 | 21 |
22 #include <exception> | 22 #include <exception> |