Mercurial > hg > svgui
diff widgets/AudioDial.cpp @ 584:1fe7951a61e8 debug-output
Remove most toStdString calls (no longer needed, with debug header)
author | Chris Cannam |
---|---|
date | Thu, 12 May 2011 17:31:43 +0100 |
parents | 33c2f268c950 |
children | f4960f8ce798 |
line wrap: on
line diff
--- a/widgets/AudioDial.cpp Thu Apr 14 15:21:21 2011 +0100 +++ b/widgets/AudioDial.cpp Thu May 12 17:31:43 2011 +0100 @@ -99,7 +99,7 @@ void AudioDial::setRangeMapper(RangeMapper *mapper) { -// std::cerr << "AudioDial[" << this << "][\"" << objectName().toStdString() << "\"::setRangeMapper(" << mapper << ") [current is " << m_rangeMapper << "] (have " << dialsExtant << " dials extant)" << std::endl; +// std::cerr << "AudioDial[" << this << "][\"" << objectName() << "\"::setRangeMapper(" << mapper << ") [current is " << m_rangeMapper << "] (have " << dialsExtant << " dials extant)" << std::endl; if (m_rangeMapper == mapper) return;