Mercurial > hg > svcore
diff 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 |
line wrap: on
line diff
--- a/data/fileio/FileSource.h Thu Oct 25 14:32:23 2007 +0000 +++ b/data/fileio/FileSource.h Thu Nov 01 10:45:28 2007 +0000 @@ -34,8 +34,8 @@ Q_OBJECT public: - FileSource(QString fileOrUrl, bool showProgress = true); - FileSource(QUrl url, bool showProgress = true); + FileSource(QString fileOrUrl, bool showProgress = false); + FileSource(QUrl url, bool showProgress = false); FileSource(const FileSource &); virtual ~FileSource();