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

Method unload

plugins/projectmanagerview/projectmanagerviewplugin.cpp:227–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void ProjectManagerViewPlugin::unload()
228{
229 qCDebug(PLUGIN_PROJECTMANAGERVIEW) << "unloading manager view";
230 core()->uiController()->removeToolView(d->factory);
231}
232
233ContextMenuExtension ProjectManagerViewPlugin::contextMenuExtension(KDevelop::Context* context, QWidget* parent)
234{

Callers

nothing calls this directly

Calls 2

uiControllerMethod · 0.80
removeToolViewMethod · 0.45

Tested by

no test coverage detected