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

Method resolveDependencies

lib/extensionsystem/pluginmanager.cpp:1258–1271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1256}
1257
1258void PluginManagerPrivate::resolveDependencies()
1259{
1260 foreach (PluginSpec *spec, pluginSpecs) {
1261 spec->d->resolveDependencies(pluginSpecs);
1262 }
1263
1264 // Reset disabledIndirectly flag
1265 foreach (PluginSpec *spec, loadQueue())
1266 spec->d->disabledIndirectly = false;
1267
1268 foreach (PluginSpec *spec, loadQueue()) {
1269 spec->d->disableIndirectlyIfDependencyDisabled();
1270 }
1271}
1272
1273 // Look in argument descriptions of the specs for the option.
1274PluginSpec *PluginManagerPrivate::pluginForOption(const QString &option, bool *requiresArgument) const

Callers 1

foreachFunction · 0.45

Calls 1

foreachFunction · 0.70

Tested by

no test coverage detected