diff rdf/PluginRDFIndexer.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 6a7ea3bd0e10
line wrap: on
line diff
--- a/rdf/PluginRDFIndexer.cpp	Tue Nov 26 13:35:08 2013 +0000
+++ b/rdf/PluginRDFIndexer.cpp	Tue Nov 26 13:43:31 2013 +0000
@@ -166,7 +166,7 @@
         for (PlaylistFileReader::Playlist::const_iterator j = list.begin();
              j != list.end(); ++j) {
             SVDEBUG << "PluginRDFIndexer::indexConfiguredURLs: url is "
-                  << j->toStdString() << endl;
+                  << *j << endl;
             pullURL(*j);
         }
     }
@@ -261,7 +261,7 @@
 {
     Profiler profiler("PluginRDFIndexer::indexURL");
 
-//    cerr << "PluginRDFIndexer::indexURL(" << urlString.toStdString() << ")" << endl;
+//    cerr << "PluginRDFIndexer::indexURL(" << urlString << ")" << endl;
 
     QMutexLocker locker(&m_mutex);