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

Method isProjectClosing

Engine/Project.cpp:2676–2682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2674}
2675
2676bool
2677Project::isProjectClosing() const
2678{
2679 QMutexLocker k(&_imp->projectClosingMutex);
2680
2681 return _imp->projectClosing;
2682}
2683
2684bool
2685Project::isFrameRangeLocked() const

Calls

no outgoing calls

Tested by

no test coverage detected