Mercurial > hg > svcore
diff plugin/FeatureExtractionPluginFactory.cpp @ 358:9203b82a8c53
* better handling of cases with more than one copy of the same plugin in
different libraries -- a bit mad, but it happened to me
author | Chris Cannam |
---|---|
date | Wed, 09 Jan 2008 17:09:44 +0000 |
parents | 576be0d0d218 |
children | 115f60df1e4d |
line wrap: on
line diff
--- a/plugin/FeatureExtractionPluginFactory.cpp Fri Jan 04 17:08:10 2008 +0000 +++ b/plugin/FeatureExtractionPluginFactory.cpp Wed Jan 09 17:09:44 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]); } }