Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ notifyModInstalled
Method
notifyModInstalled
src/modlist.cpp:965–968 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
963
}
964
965
void ModList::notifyModInstalled(MOBase::IModInterface* mod) const
966
{
967
m_ModInstalled(mod);
968
}
969
970
void ModList::notifyModRemoved(QString const& modName) const
971
{
Callers
1
doInstall
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected