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

Method dependencySpecs

lib/extensionsystem/pluginspec.cpp:451–454  ·  view source on GitHub ↗

! Returns the list of dependencies, already resolved to existing plugin specs. Valid if PluginSpec::Resolved state is reached. \sa PluginSpec::dependencies() */

Source from the content-addressed store, hash-verified

449 \sa PluginSpec::dependencies()
450*/
451QHash<PluginDependency, PluginSpec *> PluginSpec::dependencySpecs() const
452{
453 return d->dependencySpecs;
454}
455
456//==========PluginSpecPrivate==================
457

Callers 3

foreachFunction · 0.80
loadQueueMethod · 0.80
loadPluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected