Mercurial > hg > svcore
diff 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 |
line wrap: on
line diff
--- a/base/PlayParameters.cpp Thu May 12 16:56:08 2011 +0100 +++ b/base/PlayParameters.cpp Thu May 12 17:31:24 2011 +0100 @@ -132,7 +132,7 @@ { if (m_playPluginConfiguration != configuration) { m_playPluginConfiguration = configuration; -// std::cerr << "PlayParameters(" << this << "): setPlayPluginConfiguration to \"" << configuration.toStdString() << "\"" << std::endl; +// std::cerr << "PlayParameters(" << this << "): setPlayPluginConfiguration to \"" << configuration << "\"" << std::endl; emit playPluginConfigurationChanged(configuration); emit playParametersChanged(); }