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

Method isDisabledIndirectly

lib/extensionsystem/pluginspec.cpp:316–319  ·  view source on GitHub ↗

! Returns true if loading was not done due to user unselecting this plugin or its dependencies. */

Source from the content-addressed store, hash-verified

314 Returns true if loading was not done due to user unselecting this plugin or its dependencies.
315*/
316bool PluginSpec::isDisabledIndirectly() const
317{
318 return d->disabledIndirectly;
319}
320
321/*!
322 Returns whether the plugin is enabled via the -load option on the command line.

Callers 3

foreachFunction · 0.80
foreachFunction · 0.80
foreachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected