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

Method unload

plugins/executeplasmoid/executeplasmoidplugin.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34{}
35
36void ExecutePlasmoidPlugin::unload()
37{
38 core()->runController()->removeConfigurationType( m_configType );
39 delete m_configType;
40 m_configType = nullptr;
41}
42
43QUrl ExecutePlasmoidPlugin::executable(ILaunchConfiguration* config, QString& /*error*/) const
44{

Callers

nothing calls this directly

Calls 2

runControllerMethod · 0.80

Tested by

no test coverage detected