# HG changeset patch # User Chris Cannam # Date 1193913928 0 # Node ID 9cdc7a4efde2f9e6068ab681ffbd5a792f3a542e # Parent a71dec01c4d3616ff8b27ad0c4db099bd147d344 * FileSource -> default to showProgress = false diff -r a71dec01c4d3 -r 9cdc7a4efde2 data/fileio/FileSource.h --- 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();