comparison base/ProgressReporter.h @ 1491:1dc64d3d323c import-audio-data

Support progress reporter for data file loads
author Chris Cannam
date Fri, 29 Jun 2018 13:44:53 +0100
parents beb2948baa77
children
comparison
equal deleted inserted replaced
1490:9ab8e5ec4731 1491:1dc64d3d323c
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