| 1627 | } |
| 1628 | |
| 1629 | bool |
| 1630 | Project::isLoadingProject() const |
| 1631 | { |
| 1632 | QMutexLocker l(&_imp->isLoadingProjectMutex); |
| 1633 | |
| 1634 | return _imp->isLoadingProject; |
| 1635 | } |
| 1636 | |
| 1637 | bool |
| 1638 | Project::isLoadingProjectInternal() const |
no outgoing calls
no test coverage detected