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