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

Method unload

plugins/execute/executeplugin.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void ExecutePlugin::unload()
45{
46 core()->runController()->removeConfigurationType( m_configType );
47 delete m_configType;
48 m_configType = nullptr;
49}
50
51QStringList ExecutePlugin::arguments(ILaunchConfiguration* cfg, QString& err) const
52{

Callers

nothing calls this directly

Calls 2

runControllerMethod · 0.80

Tested by

no test coverage detected