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

Method isEnabledInSettings

lib/extensionsystem/pluginspec.cpp:294–297  ·  view source on GitHub ↗

! Returns whether the plugin should be loaded at startup. True by default. The user can change it from the Plugin settings. \note This function returns true even if a plugin is disabled because its dependencies were not loaded, or an error occurred during loading it. */

Source from the content-addressed store, hash-verified

292 dependencies were not loaded, or an error occurred during loading it.
293*/
294bool PluginSpec::isEnabledInSettings() const
295{
296 return d->enabledInSettings;
297}
298
299/*!
300 Returns whether the plugin is loaded at startup.

Callers 5

parsePluginSpecsMethod · 0.80
updatePluginSettingsMethod · 0.80
foreachFunction · 0.80
foreachFunction · 0.80
foreachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected