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

Method onPluginMoved

src/pluginlistproxy.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90bool PluginListProxy::onPluginMoved(
91 const std::function<void(const QString&, int, int)>& func)
92{
93 return m_PluginMoved.connect(func).connected();
94}
95
96bool PluginListProxy::onPluginStateChanged(
97 const std::function<void(const std::map<QString, PluginStates>&)>& func)

Callers 1

connectSignalsMethod · 0.45

Calls 1

connectMethod · 0.80

Tested by

no test coverage detected