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

Method pluginSpec

lib/extensionsystem/iplugin.cpp:211–214  ·  view source on GitHub ↗

! \fn PluginSpec *IPlugin::pluginSpec() const Returns the PluginSpec corresponding to this plugin. This is not available in the constructor. */

Source from the content-addressed store, hash-verified

209 This is not available in the constructor.
210*/
211PluginSpec *IPlugin::pluginSpec() const
212{
213 return d->pluginSpec;
214}
215
216/*!
217 \fn void IPlugin::addObject(QObject *obj)

Callers 1

asyncShutdownFinishedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected