| 156 | } |
| 157 | |
| 158 | void ModuleFactory::updateCustomModules(bool log) |
| 159 | { |
| 160 | for (HashMap<String, ModuleDefinition*>::Iterator i(customModulesDefMap); i.next();) defs.removeObject(i.getValue()); |
| 161 | customModulesDefMap.clear(); |
| 162 | addCustomModules(log); |
| 163 | buildPopupMenu(); |
| 164 | } |
| 165 | |
| 166 | var ModuleFactory::getCustomModuleInfo(StringRef moduleName) |
| 167 | { |
no test coverage detected