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

Method asyncShutdownFinished

lib/extensionsystem/pluginmanager.cpp:1049–1056  ·  view source on GitHub ↗

! \internal */

Source from the content-addressed store, hash-verified

1047 \internal
1048*/
1049void PluginManagerPrivate::asyncShutdownFinished()
1050{
1051 IPlugin *plugin = qobject_cast<IPlugin *>(sender());
1052 Q_ASSERT(plugin);
1053 asynchronousPlugins.removeAll(plugin->pluginSpec());
1054 if (asynchronousPlugins.isEmpty())
1055 shutdownEventLoop->exit();
1056}
1057
1058void PluginManagerPrivate::setPluginLibraryPath(const QString& path)
1059{

Callers

nothing calls this directly

Calls 3

removeAllMethod · 0.80
pluginSpecMethod · 0.80
isEmptyMethod · 0.80

Tested by

no test coverage detected