| 30 | namespace { |
| 31 | |
| 32 | KPluginMetaData pluginInfo(KDevelop::IPlugin* plugin) |
| 33 | { |
| 34 | return KDevelop::Core::self()->pluginControllerInternal()->pluginInfo(plugin); |
| 35 | } |
| 36 | |
| 37 | QString displayName(KDevelop::IPlugin* plugin) |
| 38 | { |
no test coverage detected