Mercurial > hg > svcore
diff data/model/ModelDataTableModel.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 | b1dc68507e46 |
children | 06f13a3b9e9e |
line wrap: on
line diff
--- a/data/model/ModelDataTableModel.cpp Thu May 12 16:56:08 2011 +0100 +++ b/data/model/ModelDataTableModel.cpp Thu May 12 17:31:24 2011 +0100 @@ -362,7 +362,7 @@ } for (MapType::iterator i = rowMap.begin(); i != rowMap.end(); ++i) { -// std::cerr << "resortAlphabetical: " << i->second << ": " << i->first.toStdString() << std::endl; +// std::cerr << "resortAlphabetical: " << i->second << ": " << i->first << std::endl; m_rsort.push_back(i->second); }