diff widgets/ModelDataTableDialog.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 4806715f7a19
children 97ea68f62c1f e4773943c9c1
line wrap: on
line diff
--- a/widgets/ModelDataTableDialog.cpp	Tue Nov 26 11:16:45 2013 +0000
+++ b/widgets/ModelDataTableDialog.cpp	Tue Nov 26 14:06:40 2013 +0000
@@ -216,8 +216,8 @@
 
     // should only select if no part of the desired row is currently selected
 
-//    std::cerr << "rh = " << rh << ", row = " << row << ", scrolling to "
-//              << topRow << std::endl;
+//    cerr << "rh = " << rh << ", row = " << row << ", scrolling to "
+//              << topRow << endl;
 
     int pos = m_tableView->rowViewportPosition(row);