Mercurial > hg > svapp
diff framework/SVFileReader.cpp @ 248:ecbf3b75c562
Debug output only
author | Chris Cannam |
---|---|
date | Fri, 07 Oct 2011 17:06:08 +0100 |
parents | 8aace2d9f1c2 |
children | 068235cf5bf7 |
line wrap: on
line diff
--- a/framework/SVFileReader.cpp Wed Sep 28 16:44:39 2011 +0100 +++ b/framework/SVFileReader.cpp Fri Oct 07 17:06:08 2011 +0100 @@ -457,6 +457,9 @@ QString path = ff->find(FileFinder::AudioFile, originalPath, m_location); + SVDEBUG << "Wave file originalPath = " << originalPath << ", path = " + << path << endl; + ProgressDialog dialog(tr("Opening file or URL..."), true, 2000); FileSource file(path, &dialog); file.waitForStatus();