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

Method pluginByName

lib/extensionsystem/pluginmanager.cpp:1302–1308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1300}
1301
1302PluginSpec *PluginManagerPrivate::pluginByName(const QString &name) const
1303{
1304 foreach (PluginSpec *spec, pluginSpecs)
1305 if (spec->name() == name)
1306 return spec;
1307 return 0;
1308}
1309
1310void PluginManagerPrivate::initProfiling()
1311{

Callers 3

checkForTestOptionMethod · 0.80
checkForLoadOptionMethod · 0.80
checkForNoLoadOptionMethod · 0.80

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected