Mercurial > hg > svcore
diff data/fileio/FileSource.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 | e802e550a1f2 |
children | 55e552b4f1b7 |
line wrap: on
line diff
--- a/data/fileio/FileSource.cpp Tue Nov 26 13:35:08 2013 +0000 +++ b/data/fileio/FileSource.cpp Tue Nov 26 13:43:31 2013 +0000 @@ -131,7 +131,7 @@ // was human-readable. Let's try again, this time // assuming it was already encoded. cerr << "FileSource::FileSource: Failed to retrieve URL \"" - << fileOrUrl.toStdString() + << fileOrUrl << "\" as human-readable URL; " << "trying again treating it as encoded URL" << endl;