comparison rdf/RDFImporter.cpp @ 844:f5cd33909744

Drop toStdString, with debug header we can stream QStrings
author Chris Cannam
date Tue, 26 Nov 2013 13:43:31 +0000
parents e802e550a1f2
children 06579b8ffb7b
comparison
equal deleted inserted replaced
843:e802e550a1f2 844:f5cd33909744
249 if (ff) { 249 if (ff) {
250 QString path = ff->find(FileFinder::AudioFile, 250 QString path = ff->find(FileFinder::AudioFile,
251 fs->getLocation(), 251 fs->getLocation(),
252 m_uristring); 252 m_uristring);
253 if (path != "") { 253 if (path != "") {
254 cerr << "File finder returns: \"" << path.toStdString() 254 cerr << "File finder returns: \"" << path
255 << "\"" << endl; 255 << "\"" << endl;
256 delete fs; 256 delete fs;
257 fs = new FileSource(path, reporter); 257 fs = new FileSource(path, reporter);
258 if (!fs->isAvailable()) { 258 if (!fs->isAvailable()) {
259 delete fs; 259 delete fs;