Mercurial > hg > svcore
comparison plugin/FeatureExtractionPluginFactory.cpp @ 1178:bf05d9259dbc pluginscan
First cut running (but not yet using output of, or recovering from errors in) the plugin checker at startup
| author | Chris Cannam |
|---|---|
| date | Thu, 14 Apr 2016 12:12:04 +0100 |
| parents | 6877f4200912 |
| children | 6b1af0f05f06 |
comparison
equal
deleted
inserted
replaced
| 1175:4018fc0189bc | 1178:bf05d9259dbc |
|---|---|
| 117 vector<QString> candidates; | 117 vector<QString> candidates; |
| 118 | 118 |
| 119 for (QString dirname : path) { | 119 for (QString dirname : path) { |
| 120 | 120 |
| 121 #ifdef DEBUG_PLUGIN_SCAN_AND_INSTANTIATE | 121 #ifdef DEBUG_PLUGIN_SCAN_AND_INSTANTIATE |
| 122 cerr << "FeatureExtractionPluginFactory::getPluginIdentifiers: scanning directory " << dirname << endl; | 122 cerr << "FeatureExtractionPluginFactory::getPluginCandidateFiles: scanning directory " << dirname << endl; |
| 123 #endif | 123 #endif |
| 124 | 124 |
| 125 QDir pluginDir(dirname, PLUGIN_GLOB, | 125 QDir pluginDir(dirname, PLUGIN_GLOB, |
| 126 QDir::Name | QDir::IgnoreCase, | 126 QDir::Name | QDir::IgnoreCase, |
| 127 QDir::Files | QDir::Readable); | 127 QDir::Files | QDir::Readable); |
