MCPcopy Create free account
hub / github.com/KDE/kdevelop / unload

Method unload

plugins/konsole/kdevkonsoleviewplugin.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void KDevKonsoleViewPlugin::unload()
59{
60 if (m_viewFactory) {
61 core()->uiController()->removeToolView(m_viewFactory);
62 }
63}
64
65KPluginFactory* KDevKonsoleViewPlugin::konsoleFactory() const
66{

Callers

nothing calls this directly

Calls 2

uiControllerMethod · 0.80
removeToolViewMethod · 0.45

Tested by

no test coverage detected