MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / onPluginStateChanged

Method onPluginStateChanged

src/pluginlistproxy.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool PluginListProxy::onPluginStateChanged(
97 const std::function<void(const std::map<QString, PluginStates>&)>& func)
98{
99 return m_PluginStateChanged.connect(func).connected();
100}
101
102bool PluginListProxy::hasMasterExtension(const QString& name) const
103{

Callers 1

connectSignalsMethod · 0.45

Calls 1

connectMethod · 0.80

Tested by

no test coverage detected