MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / ~PluginManager

Method ~PluginManager

core/src/pluginmanager.cpp:40–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38{}
39
40PluginManager::~PluginManager()
41{
42 for(const PluginInfo &p : qAsConst(m_plugins)) {
43 if(p.pluginInstance()) {
44 p.pluginInstance()->deinit();
45 }
46 }
47}
48
49void PluginManager::add(QStringList pluginFileList)
50{

Callers

nothing calls this directly

Calls 2

pluginInstanceMethod · 0.80
deinitMethod · 0.45

Tested by

no test coverage detected