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

Method aboutToQuit

Engine/AppInstance.cpp:2028–2034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2026}
2027
2028void
2029AppInstance::aboutToQuit()
2030{
2031 ///Clear nodes now, not in the destructor of the project as
2032 ///deleting nodes might reference the project.
2033 _imp->_currentProject->reset(true /*aboutToQuit*/, /*blocking*/true);
2034}
2035
2036void
2037AppInstance::quit()

Callers 1

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected