diff plugin/FeatureExtractionPluginFactory.cpp @ 384:6f6ab834449d spectrogram-cache-rejig

* Merge from trunk
author Chris Cannam
date Wed, 27 Feb 2008 11:59:42 +0000
parents 576be0d0d218
children 115f60df1e4d
line wrap: on
line diff
--- a/plugin/FeatureExtractionPluginFactory.cpp	Thu Nov 15 14:03:56 2007 +0000
+++ b/plugin/FeatureExtractionPluginFactory.cpp	Wed Feb 27 11:59:42 2008 +0000
@@ -95,6 +95,7 @@
     if (factory) {
 	std::vector<QString> tmp = factory->getPluginIdentifiers();
 	for (size_t i = 0; i < tmp.size(); ++i) {
+//            std::cerr << "identifier: " << tmp[i].toStdString() << std::endl;
 	    rv.push_back(tmp[i]);
 	}
     }