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

Method plugin

lib/extensionsystem/pluginspec.cpp:440–443  ·  view source on GitHub ↗

! The corresponding IPlugin instance, if the plugin library has already been successfully loaded, i.e. the PluginSpec::Loaded state is reached. */

Source from the content-addressed store, hash-verified

438 i.e. the PluginSpec::Loaded state is reached.
439*/
440IPlugin *PluginSpec::plugin() const
441{
442 return d->plugin;
443}
444
445/*!
446 Returns the list of dependencies, already resolved to existing plugin specs.

Callers 2

foreachFunction · 0.80
loadPluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected