MCPcopy Create free account
hub / github.com/MrKepzie/Natron / isProjectClosing

Method isProjectClosing

Engine/Project.cpp:2532–2538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2530}
2531
2532bool
2533Project::isProjectClosing() const
2534{
2535 QMutexLocker k(&_imp->projectClosingMutex);
2536
2537 return _imp->projectClosing;
2538}
2539
2540bool
2541Project::isFrameRangeLocked() const

Calls

no outgoing calls

Tested by

no test coverage detected