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

Method unload

plugins/patchreview/patchreview.cpp:562–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562void PatchReviewPlugin::unload() {
563 core()->uiController()->removeToolView( m_factory );
564
565 KDevelop::IPlugin::unload();
566}
567
568void PatchReviewPlugin::areaChanged(Sublime::Area* area)
569{

Callers

nothing calls this directly

Calls 2

uiControllerMethod · 0.80
removeToolViewMethod · 0.45

Tested by

no test coverage detected