MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / onTaskRemoved

Method onTaskRemoved

tools/GetIssuesListTool.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void IssuesTracker::onTaskRemoved(const ProjectExplorer::Task &task)
71{
72 QMutexLocker locker(&m_mutex);
73 m_tasks.removeOne(task);
74
75}
76
77void IssuesTracker::onTasksCleared(Utils::Id categoryId)
78{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected