Mercurial > hg > svcore
comparison base/PlayParameters.cpp @ 686:b4a8d8221eaf debug-output
Remove most toStdString calls (no longer needed, with debug header)
author | Chris Cannam |
---|---|
date | Thu, 12 May 2011 17:31:24 +0100 |
parents | 5858cc462d0a |
children | e802e550a1f2 |
comparison
equal
deleted
inserted
replaced
685:99222d4bfc78 | 686:b4a8d8221eaf |
---|---|
130 void | 130 void |
131 PlayParameters::setPlayPluginConfiguration(QString configuration) | 131 PlayParameters::setPlayPluginConfiguration(QString configuration) |
132 { | 132 { |
133 if (m_playPluginConfiguration != configuration) { | 133 if (m_playPluginConfiguration != configuration) { |
134 m_playPluginConfiguration = configuration; | 134 m_playPluginConfiguration = configuration; |
135 // std::cerr << "PlayParameters(" << this << "): setPlayPluginConfiguration to \"" << configuration.toStdString() << "\"" << std::endl; | 135 // std::cerr << "PlayParameters(" << this << "): setPlayPluginConfiguration to \"" << configuration << "\"" << std::endl; |
136 emit playPluginConfigurationChanged(configuration); | 136 emit playPluginConfigurationChanged(configuration); |
137 emit playParametersChanged(); | 137 emit playParametersChanged(); |
138 } | 138 } |
139 } | 139 } |
140 | 140 |