| 256 | } |
| 257 | |
| 258 | void ExternalScriptPlugin::unload() |
| 259 | { |
| 260 | core()->uiController()->removeToolView(m_factory); |
| 261 | KDevelop::IPlugin::unload(); |
| 262 | } |
| 263 | |
| 264 | KConfigGroup ExternalScriptPlugin::getConfig() const |
| 265 | { |
nothing calls this directly
no test coverage detected