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

Method cleanupBuildInfo

tools/BuildProjectTool.cpp:292–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void BuildProjectTool::cleanupBuildInfo(ProjectExplorer::Project *project)
293{
294 if (!m_activeBuilds.contains(project)) {
295 return;
296 }
297
298 BuildInfo info = m_activeBuilds.take(project);
299
300 if (info.buildFinishedConnection) {
301 disconnect(info.buildFinishedConnection);
302 }
303}
304
305} // namespace QodeAssist::Tools

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected