Mercurial > hg > svcore
diff base/StringBits.cpp @ 689:573d45e9487b
Merge from debug-output branch
author | Chris Cannam |
---|---|
date | Tue, 14 Jun 2011 14:47:59 +0100 |
parents | b4a8d8221eaf |
children | f5cd33909744 |
line wrap: on
line diff
--- a/base/StringBits.cpp Tue Jun 14 13:43:03 2011 +0100 +++ b/base/StringBits.cpp Tue Jun 14 14:47:59 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) {