| 503 | } |
| 504 | |
| 505 | char* PluginManager::getPluginName(int index) |
| 506 | { |
| 507 | if (!pluginRegister.at(index)->isRegistered) |
| 508 | getPluginDetails(pluginRegister.at(index)); |
| 509 | return pluginRegister.at(index)->getName(); |
| 510 | } |
| 511 | |
| 512 | char* PluginManager::getPluginUUID(int index) |
| 513 | { |
no test coverage detected