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

Method loadPlugins

lib/extensionsystem/pluginmanager.cpp:334–337  ·  view source on GitHub ↗

! Tries to load all the plugins that were previously found when setting the plugin search paths. The plugin specs of the plugins can be used to retrieve error and state information about individual plugins. \sa setPluginPaths() \sa plugins() */

Source from the content-addressed store, hash-verified

332 \sa plugins()
333*/
334void PluginManager::loadPlugins()
335{
336 return d->loadPlugins();
337}
338
339/*!
340 Returns true if any plugin has errors even though it is enabled.

Callers

nothing calls this directly

Calls 2

connectFunction · 0.85
stateMethod · 0.45

Tested by

no test coverage detected