MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / exitApp

Method exitApp

Engine/AppManager.cpp:2711–2719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2709}
2710
2711void
2712AppManager::exitApp(bool /*warnUserForSave*/)
2713{
2714 const AppInstanceVec & instances = getAppInstances();
2715
2716 for (AppInstanceVec::const_iterator it = instances.begin(); it != instances.end(); ++it) {
2717 (*it)->quitNow();
2718 }
2719}
2720
2721#ifdef Q_OS_UNIX
2722QString

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
quitNowMethod · 0.45

Tested by

no test coverage detected