diff framework/SVFileReader.cpp @ 76:2da0999dac1d

* better progress reporting in FileSource * fix set-to-default for audio dials with mappers
author Chris Cannam
date Fri, 04 Jan 2008 17:08:10 +0000
parents 4aa40182321f
children 58bfaaed07ed
line wrap: on
line diff
--- a/framework/SVFileReader.cpp	Thu Dec 13 18:06:22 2007 +0000
+++ b/framework/SVFileReader.cpp	Fri Jan 04 17:08:10 2008 +0000
@@ -430,7 +430,7 @@
         QString path = ff->find(FileFinder::AudioFile,
                                 originalPath, m_location);
 
-        FileSource file(path, true);
+        FileSource file(path, FileSource::ProgressDialog);
         file.waitForStatus();
 
         if (!file.isOK()) {