diff rdf/RDFImporter.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 06579b8ffb7b
line wrap: on
line diff
--- a/rdf/RDFImporter.cpp	Tue Nov 26 13:35:08 2013 +0000
+++ b/rdf/RDFImporter.cpp	Tue Nov 26 13:43:31 2013 +0000
@@ -251,7 +251,7 @@
                                         fs->getLocation(),
                                         m_uristring);
                 if (path != "") {
-                    cerr << "File finder returns: \"" << path.toStdString()
+                    cerr << "File finder returns: \"" << path
                               << "\"" << endl;
                     delete fs;
                     fs = new FileSource(path, reporter);