Mercurial > hg > svcore
comparison base/ProgressReporter.h @ 1527:710e6250a401 zoom
Merge from default branch
author | Chris Cannam |
---|---|
date | Mon, 17 Sep 2018 13:51:14 +0100 |
parents | 1dc64d3d323c |
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 _PROGRESS_REPORTER_H_ | 16 #ifndef SV_PROGRESS_REPORTER_H |
17 #define _PROGRESS_REPORTER_H_ | 17 #define SV_PROGRESS_REPORTER_H |
18 | 18 |
19 #include <QObject> | 19 #include <QObject> |
20 #include <QString> | 20 #include <QString> |
21 | 21 |
22 class ProgressReporter : public QObject | 22 class ProgressReporter : public QObject |