Mercurial > hg > svgui
diff widgets/TextAbbrev.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 | e1a9e478b7f2 |
children | f4960f8ce798 |
line wrap: on
line diff
--- a/widgets/TextAbbrev.cpp Thu Apr 14 15:21:21 2011 +0100 +++ b/widgets/TextAbbrev.cpp Thu May 12 17:31:43 2011 +0100 @@ -263,7 +263,7 @@ // std::cerr << "TextAbbrev::getPrefixLength: prefix length is " << candidate << std::endl; // for (int i = 0; i < texts.size(); ++i) { -// std::cerr << texts[i].left(candidate).toStdString() << "|" << texts[i].right(texts[i].length() - candidate).toStdString() << std::endl; +// std::cerr << texts[i].left(candidate) << "|" << texts[i].right(texts[i].length() - candidate) << std::endl; // } return candidate;