Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
bool ModListProxy::onModInstalled(const std::function<void(IModInterface*)>& func)
95
{
96
return m_ModInstalled.connect(func).connected();
97
}
98
99
bool ModListProxy::onModRemoved(const std::function<void(QString const&)>& func)
100
{
Callers
1
connectSignals
Method · 0.45
Calls
1
connect
Method · 0.80
Tested by
no test coverage detected