Mercurial > hg > svcore
comparison data/fileio/MP3FileReader.cpp @ 334:aa8dbac62024
* Pass StorageAdviser::Criteria into FFTModel constructor etc
author | Chris Cannam |
---|---|
date | Sun, 11 Nov 2007 20:31:12 +0000 |
parents | 1afaf98dbf11 |
children | edda24bb85fc 6f6ab834449d |
comparison
equal
deleted
inserted
replaced
333:1afaf98dbf11 | 334:aa8dbac62024 |
---|---|
225 return ""; | 225 return ""; |
226 } | 226 } |
227 | 227 |
228 QString rv = QString::fromUtf8((const char *)u8str); | 228 QString rv = QString::fromUtf8((const char *)u8str); |
229 free(u8str); | 229 free(u8str); |
230 | |
231 #ifdef DEBUG_ID3TAG | |
232 std::cerr << "MP3FileReader::loadTags: tag \"" << name << "\" -> \"" | |
233 << rv.toStdString() << "\"" << std::endl; | |
234 #endif | |
235 | |
236 | |
230 return rv; | 237 return rv; |
231 | 238 |
232 #else | 239 #else |
233 return ""; | 240 return ""; |
234 #endif | 241 #endif |