diff widgets/Thumbwheel.cpp @ 682:1a0dfcbffaf1

Drop std:: from cout, cerr, endl -- pull these in through Debug.h
author Chris Cannam
date Tue, 26 Nov 2013 14:06:40 +0000
parents d632a1e87018
children 4a578a360011
line wrap: on
line diff
--- a/widgets/Thumbwheel.cpp	Tue Nov 26 11:16:45 2013 +0000
+++ b/widgets/Thumbwheel.cpp	Tue Nov 26 14:06:40 2013 +0000
@@ -506,7 +506,7 @@
 
     float radians = m_rotation * 1.5f * M_PI;
 
-//    std::cerr << "value = " << m_value << ", min = " << m_min << ", max = " << m_max << ", rotation = " << rotation << std::endl;
+//    cerr << "value = " << m_value << ", min = " << m_min << ", max = " << m_max << ", rotation = " << rotation << endl;
 
     w = (m_orientation == Qt::Horizontal ? width() : height()) - bw*2;