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

Method onModInstalled

src/modlistproxy.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94bool ModListProxy::onModInstalled(const std::function<void(IModInterface*)>& func)
95{
96 return m_ModInstalled.connect(func).connected();
97}
98
99bool ModListProxy::onModRemoved(const std::function<void(QString const&)>& func)
100{

Callers 1

connectSignalsMethod · 0.45

Calls 1

connectMethod · 0.80

Tested by

no test coverage detected