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

Method isDisabledByDefault

lib/extensionsystem/pluginspec.cpp:281–284  ·  view source on GitHub ↗

! Returns whether the plugin is disabled by default. This might be because the plugin is experimental, or because the plugin manager's settings define it as disabled by default. */

Source from the content-addressed store, hash-verified

279 the plugin manager's settings define it as disabled by default.
280*/
281bool PluginSpec::isDisabledByDefault() const
282{
283 return d->disabledByDefault;
284}
285
286/*!
287 Returns whether the plugin should be loaded at startup. True by default.

Callers 1

foreachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected