Mercurial > hg > svcore
comparison plugin/FeatureExtractionPluginFactory.cpp @ 383:94fc0591ea43 1.2-stable
* merge from trunk (1.2 ended up being tracked from trunk, but we may want
this branch for fixes later)
author | Chris Cannam |
---|---|
date | Wed, 27 Feb 2008 10:32:45 +0000 |
parents | 576be0d0d218 |
children | 115f60df1e4d |
comparison
equal
deleted
inserted
replaced
349:f39d33b0b265 | 383:94fc0591ea43 |
---|---|
93 | 93 |
94 factory = instance("vamp"); | 94 factory = instance("vamp"); |
95 if (factory) { | 95 if (factory) { |
96 std::vector<QString> tmp = factory->getPluginIdentifiers(); | 96 std::vector<QString> tmp = factory->getPluginIdentifiers(); |
97 for (size_t i = 0; i < tmp.size(); ++i) { | 97 for (size_t i = 0; i < tmp.size(); ++i) { |
98 // std::cerr << "identifier: " << tmp[i].toStdString() << std::endl; | |
98 rv.push_back(tmp[i]); | 99 rv.push_back(tmp[i]); |
99 } | 100 } |
100 } | 101 } |
101 | 102 |
102 // Plugins can change the locale, revert it to default. | 103 // Plugins can change the locale, revert it to default. |