Mercurial > hg > svcore
comparison data/fileio/FileSource.h @ 324:9cdc7a4efde2
* FileSource -> default to showProgress = false
author | Chris Cannam |
---|---|
date | Thu, 01 Nov 2007 10:45:28 +0000 |
parents | c324d410b096 |
children | 82a2d3161e14 |
comparison
equal
deleted
inserted
replaced
323:a71dec01c4d3 | 324:9cdc7a4efde2 |
---|---|
32 class FileSource : public QObject | 32 class FileSource : public QObject |
33 { | 33 { |
34 Q_OBJECT | 34 Q_OBJECT |
35 | 35 |
36 public: | 36 public: |
37 FileSource(QString fileOrUrl, bool showProgress = true); | 37 FileSource(QString fileOrUrl, bool showProgress = false); |
38 FileSource(QUrl url, bool showProgress = true); | 38 FileSource(QUrl url, bool showProgress = false); |
39 FileSource(const FileSource &); | 39 FileSource(const FileSource &); |
40 | 40 |
41 virtual ~FileSource(); | 41 virtual ~FileSource(); |
42 | 42 |
43 bool isAvailable(); | 43 bool isAvailable(); |