diff base/StringBits.cpp @ 844:f5cd33909744

Drop toStdString, with debug header we can stream QStrings
author Chris Cannam
date Tue, 26 Nov 2013 13:43:31 +0000
parents b4a8d8221eaf
children 6a94bb528e9d
line wrap: on
line diff
--- a/base/StringBits.cpp	Tue Nov 26 13:35:08 2013 +0000
+++ b/base/StringBits.cpp	Tue Nov 26 13:43:31 2013 +0000
@@ -144,7 +144,7 @@
 	QStringList l = splitQuoted(tests[j], ' ');
 	for (int i = 0; i < l.size(); ++i) {
 	    if (i > 0) cout << ";";
-	    cout << l[i].toStdString();
+	    cout << l[i];
 	}
 	cout << ")" << endl;
     }