MCPcopy Create free account
hub / github.com/Atarity/Lightpack / StopPlugins

Method StopPlugins

Software/src/PluginsManager.cpp:100–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void PluginsManager::StopPlugins()
101{
102 DEBUG_LOW_LEVEL << Q_FUNC_INFO;
103
104 for(QMap<QString, Plugin*>::iterator it = _plugins.begin(); it != _plugins.end(); ++it){
105 Plugin* p = it.value();
106 p->Stop();
107 }
108
109}
110
111void PluginsManager::onPluginStateChangedHandler()
112{

Callers 1

freeMethod · 0.80

Calls 2

valueMethod · 0.80
StopMethod · 0.45

Tested by

no test coverage detected