MCPcopy 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
965void ModList::notifyModInstalled(MOBase::IModInterface* mod) const
966{
967 m_ModInstalled(mod);
968}
969
970void ModList::notifyModRemoved(QString const& modName) const
971{

Callers 1

doInstallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected