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

Method onModStateChanged

src/modlistproxy.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104bool ModListProxy::onModStateChanged(
105 const std::function<void(const std::map<QString, ModStates>&)>& func)
106{
107 return m_ModStateChanged.connect(func).connected();
108}
109
110bool ModListProxy::onModMoved(const std::function<void(const QString&, int, int)>& func)
111{

Callers 1

connectSignalsMethod · 0.45

Calls 1

connectMethod · 0.80

Tested by

no test coverage detected