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

Method unload

plugins/executescript/executescriptplugin.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39
40void ExecuteScriptPlugin::unload()
41{
42 core()->runController()->removeConfigurationType( m_configType );
43 delete m_configType;
44 m_configType = nullptr;
45}
46
47QUrl ExecuteScriptPlugin::script(ILaunchConfiguration* cfg, QString& err) const
48{

Callers

nothing calls this directly

Calls 2

runControllerMethod · 0.80

Tested by

no test coverage detected