MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / kill

Method kill

lib/extensionsystem/pluginspec.cpp:1081–1088  ·  view source on GitHub ↗

! \internal */

Source from the content-addressed store, hash-verified

1079 \internal
1080*/
1081void PluginSpecPrivate::kill()
1082{
1083 if (!plugin)
1084 return;
1085 delete plugin;
1086 plugin = 0;
1087 state = PluginSpec::Deleted;
1088}

Callers 1

loadPluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected