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

Method resumeWatch

launcher/InstanceList.cpp:549–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549void InstanceList::resumeWatch()
550{
551 if (m_watchLevel > 0) {
552 qWarning() << "Bad suspend level resume in instance list";
553 return;
554 }
555 m_watchLevel++;
556 if (m_watchLevel > 0 && m_dirty) {
557 loadList();
558 }
559}
560
561void InstanceList::suspendWatch()
562{

Callers

nothing calls this directly

Calls 1

loadListFunction · 0.85

Tested by

no test coverage detected