Mercurial > hg > svcore
comparison plugin/DSSIPluginInstance.cpp @ 845:a299c4cec0f8
Likewise, but for toLocal8Bit().data()
author | Chris Cannam |
---|---|
date | Tue, 26 Nov 2013 13:48:13 +0000 |
parents | e802e550a1f2 |
children | 2d53205f70cd |
comparison
equal
deleted
inserted
replaced
844:f5cd33909744 | 845:a299c4cec0f8 |
---|---|
39 #define EVENT_BUFFER_SIZE 1023 | 39 #define EVENT_BUFFER_SIZE 1023 |
40 | 40 |
41 #ifdef DEBUG_DSSI | 41 #ifdef DEBUG_DSSI |
42 static std::ostream &operator<<(std::ostream& o, const QString &s) | 42 static std::ostream &operator<<(std::ostream& o, const QString &s) |
43 { | 43 { |
44 o << s.toLocal8Bit().data(); | 44 o << s; |
45 return o; | 45 return o; |
46 } | 46 } |
47 #endif | 47 #endif |
48 | 48 |
49 DSSIPluginInstance::GroupMap DSSIPluginInstance::m_groupMap; | 49 DSSIPluginInstance::GroupMap DSSIPluginInstance::m_groupMap; |