comparison plugin/DSSIPluginFactory.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 59e7fe1b1003
comparison
equal deleted inserted replaced
843:e802e550a1f2 844:f5cd33909744
357 } 357 }
358 358
359 rtd->category = category.toStdString(); 359 rtd->category = category.toStdString();
360 360
361 // cerr << "Plugin id is " << ladspaDescriptor->UniqueID 361 // cerr << "Plugin id is " << ladspaDescriptor->UniqueID
362 // << ", identifier is \"" << identifier.toStdString() 362 // << ", identifier is \"" << identifier
363 // << "\", category is \"" << category.toStdString() 363 // << "\", category is \"" << category
364 // << "\", name is " << ladspaDescriptor->Name 364 // << "\", name is " << ladspaDescriptor->Name
365 // << ", label is " << ladspaDescriptor->Label 365 // << ", label is " << ladspaDescriptor->Label
366 // << endl; 366 // << endl;
367 367
368 def_uri = lrdf_get_default_uri(ladspaDescriptor->UniqueID); 368 def_uri = lrdf_get_default_uri(ladspaDescriptor->UniqueID);