diff data/fileio/AudioFileReaderFactory.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 f3cda3280398 59e7fe1b1003
line wrap: on
line diff
--- a/data/fileio/AudioFileReaderFactory.cpp	Tue Nov 26 13:35:08 2013 +0000
+++ b/data/fileio/AudioFileReaderFactory.cpp	Tue Nov 26 13:43:31 2013 +0000
@@ -316,7 +316,7 @@
             return reader;
         }
         cerr << "AudioFileReaderFactory: Preferred reader for "
-                  << "url \"" << source.getLocation().toStdString()
+                  << "url \"" << source.getLocation()
                   << "\" (content type \""
                   << source.getContentType() << "\") failed";