Mercurial > hg > svapp
comparison framework/SVFileReader.cpp @ 248:ecbf3b75c562
Debug output only
author | Chris Cannam |
---|---|
date | Fri, 07 Oct 2011 17:06:08 +0100 |
parents | 8aace2d9f1c2 |
children | 068235cf5bf7 |
comparison
equal
deleted
inserted
replaced
247:1e9df8eac5ce | 248:ecbf3b75c562 |
---|---|
454 WaveFileModel *model = 0; | 454 WaveFileModel *model = 0; |
455 FileFinder *ff = FileFinder::getInstance(); | 455 FileFinder *ff = FileFinder::getInstance(); |
456 QString originalPath = attributes.value("file"); | 456 QString originalPath = attributes.value("file"); |
457 QString path = ff->find(FileFinder::AudioFile, | 457 QString path = ff->find(FileFinder::AudioFile, |
458 originalPath, m_location); | 458 originalPath, m_location); |
459 | |
460 SVDEBUG << "Wave file originalPath = " << originalPath << ", path = " | |
461 << path << endl; | |
459 | 462 |
460 ProgressDialog dialog(tr("Opening file or URL..."), true, 2000); | 463 ProgressDialog dialog(tr("Opening file or URL..."), true, 2000); |
461 FileSource file(path, &dialog); | 464 FileSource file(path, &dialog); |
462 file.waitForStatus(); | 465 file.waitForStatus(); |
463 | 466 |