MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / providerUpdated

Method providerUpdated

launcher/InstanceList.cpp:566–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566void InstanceList::providerUpdated()
567{
568 m_dirty = true;
569 if (m_watchLevel == 1) {
570 loadList();
571 }
572}
573
574InstancePtr InstanceList::getInstanceById(QString instId) const
575{

Callers

nothing calls this directly

Calls 1

loadListFunction · 0.85

Tested by

no test coverage detected