diff audioio/AudioGenerator.cpp @ 294:933b5aed341a

Drop toStdString() and toLocal8Bit().data(), with debug header we can stream QStrings
author Chris Cannam
date Tue, 26 Nov 2013 14:14:25 +0000
parents 068235cf5bf7
children 14b1768e5406
line wrap: on
line diff
--- a/audioio/AudioGenerator.cpp	Tue Nov 26 14:12:50 2013 +0000
+++ b/audioio/AudioGenerator.cpp	Tue Nov 26 14:14:25 2013 +0000
@@ -95,7 +95,7 @@
 
         if (!file.copy(target)) {
             cerr << "WARNING: AudioGenerator::getSampleDir: "
-                      << "Unable to copy " << fileName.toStdString()
+                      << "Unable to copy " << fileName
                       << " into temporary directory \""
                       << m_sampleDir << "\"" << endl;
         } else {