| 56 | } |
| 57 | |
| 58 | void KDevKonsoleViewPlugin::unload() |
| 59 | { |
| 60 | if (m_viewFactory) { |
| 61 | core()->uiController()->removeToolView(m_viewFactory); |
| 62 | } |
| 63 | } |
| 64 | |
| 65 | KPluginFactory* KDevKonsoleViewPlugin::konsoleFactory() const |
| 66 | { |
nothing calls this directly
no test coverage detected