| 88 | } |
| 89 | |
| 90 | CMakeManager::~CMakeManager() |
| 91 | { |
| 92 | parseLock()->lockForWrite(); |
| 93 | // By locking the parse-mutexes, we make sure that parse jobs get a chance to finish in a good state |
| 94 | parseLock()->unlock(); |
| 95 | } |
| 96 | |
| 97 | bool CMakeManager::hasBuildInfo(ProjectBaseItem* item) const |
| 98 | { |
nothing calls this directly
no test coverage detected