| 1756 | } |
| 1757 | |
| 1758 | bool |
| 1759 | Project::isLoadingProject() const |
| 1760 | { |
| 1761 | QMutexLocker l(&_imp->isLoadingProjectMutex); |
| 1762 | |
| 1763 | return _imp->isLoadingProject; |
| 1764 | } |
| 1765 | |
| 1766 | bool |
| 1767 | Project::isLoadingProjectInternal() const |
no outgoing calls
no test coverage detected