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

Function foreach

lib/extensionsystem/pluginmanager.cpp:345–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343bool PluginManager::hasError()
344{
345 foreach (PluginSpec *spec, plugins()) {
346 // only show errors on startup if plugin is enabled.
347 if (spec->hasError() && spec->isEnabledInSettings() && !spec->isDisabledIndirectly())
348 return true;
349 }
350 return false;
351}
352

Callers 2

loadQueueMethod · 0.70
resolveDependenciesMethod · 0.70

Calls 15

subListFunction · 0.85
isEnabledInSettingsMethod · 0.80
isDisabledIndirectlyMethod · 0.80
isEmptyMethod · 0.80
pluginMethod · 0.80
sizeMethod · 0.80
isDisabledByDefaultMethod · 0.80
setLibraryPathMethod · 0.80
categoryMethod · 0.80
setDisabledByDefaultMethod · 0.80
addPluginMethod · 0.80

Tested by

no test coverage detected