Mercurial > hg > svcore
diff data/fileio/CoreAudioFileReader.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 | 2d53205f70cd |
line wrap: on
line diff
--- a/data/fileio/CoreAudioFileReader.cpp Tue Nov 26 13:35:08 2013 +0000 +++ b/data/fileio/CoreAudioFileReader.cpp Tue Nov 26 13:43:31 2013 +0000 @@ -77,7 +77,7 @@ Profiler profiler("CoreAudioFileReader::CoreAudioFileReader", true); - SVDEBUG << "CoreAudioFileReader: path is \"" << m_path.toStdString() << "\"" << endl; + SVDEBUG << "CoreAudioFileReader: path is \"" << m_path << "\"" << endl; QByteArray ba = m_path.toLocal8Bit();