Mercurial > hg > svcore
changeset 324:9cdc7a4efde2
* FileSource -> default to showProgress = false
author | Chris Cannam |
---|---|
date | Thu, 01 Nov 2007 10:45:28 +0000 |
parents | a71dec01c4d3 |
children | 82a2d3161e14 |
files | data/fileio/FileSource.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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();