Mercurial > hg > svapp
diff framework/SVFileReader.cpp @ 49:73f682a551dc
* FileSource -> default to showProgress = false
author | Chris Cannam |
---|---|
date | Thu, 01 Nov 2007 10:45:28 +0000 |
parents | 9ea770d93fae |
children | de2b3c6479c8 |
line wrap: on
line diff
--- a/framework/SVFileReader.cpp Thu Oct 25 15:45:12 2007 +0000 +++ b/framework/SVFileReader.cpp Thu Nov 01 10:45:28 2007 +0000 @@ -413,7 +413,7 @@ QString path = ff->find(FileFinder::AudioFile, originalPath, m_location); - FileSource file(path); + FileSource file(path, true); file.waitForStatus(); if (!file.isOK()) {