diff base/StringBits.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 35499d48a5d1
children f5cd33909744
line wrap: on
line diff
--- a/base/StringBits.cpp	Thu May 12 16:56:08 2011 +0100
+++ b/base/StringBits.cpp	Thu May 12 17:31:24 2011 +0100
@@ -139,7 +139,7 @@
 
     for (int j = 0; j < tests.size(); ++j) {
 	cout << endl;
-	cout << tests[j].toStdString() << endl;
+	cout << tests[j] << endl;
 	cout << "->" << endl << "(";
 	QStringList l = splitQuoted(tests[j], ' ');
 	for (int i = 0; i < l.size(); ++i) {