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