Mercurial > hg > svcore
comparison base/PlayParameterRepository.cpp @ 687:06f13a3b9e9e debug-output
Convert many cerrs to DEBUGs
author | Chris Cannam |
---|---|
date | Mon, 16 May 2011 17:19:09 +0100 |
parents | 5858cc462d0a |
children | 1424aa29ae95 |
comparison
equal
deleted
inserted
replaced
686:b4a8d8221eaf | 687:06f13a3b9e9e |
---|---|
122 | 122 |
123 void | 123 void |
124 PlayParameterRepository::playPluginConfigurationChanged(QString config) | 124 PlayParameterRepository::playPluginConfigurationChanged(QString config) |
125 { | 125 { |
126 PlayParameters *params = dynamic_cast<PlayParameters *>(sender()); | 126 PlayParameters *params = dynamic_cast<PlayParameters *>(sender()); |
127 // std::cerr << "PlayParameterRepository::playPluginConfigurationChanged" << std::endl; | 127 // DEBUG << "PlayParameterRepository::playPluginConfigurationChanged" << endl; |
128 for (PlayableParameterMap::iterator i = m_playParameters.begin(); | 128 for (PlayableParameterMap::iterator i = m_playParameters.begin(); |
129 i != m_playParameters.end(); ++i) { | 129 i != m_playParameters.end(); ++i) { |
130 if (i->second == params) { | 130 if (i->second == params) { |
131 emit playPluginConfigurationChanged(i->first, config); | 131 emit playPluginConfigurationChanged(i->first, config); |
132 return; | 132 return; |