| 68 | } |
| 69 | |
| 70 | void IssuesTracker::onTaskRemoved(const ProjectExplorer::Task &task) |
| 71 | { |
| 72 | QMutexLocker locker(&m_mutex); |
| 73 | m_tasks.removeOne(task); |
| 74 | |
| 75 | } |
| 76 | |
| 77 | void IssuesTracker::onTasksCleared(Utils::Id categoryId) |
| 78 | { |
nothing calls this directly
no outgoing calls
no test coverage detected