MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / ~BuildProjectTool

Method ~BuildProjectTool

tools/BuildProjectTool.cpp:33–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33BuildProjectTool::~BuildProjectTool()
34{
35 for (auto it = m_activeBuilds.begin(); it != m_activeBuilds.end(); ++it) {
36 BuildInfo &info = it.value();
37 if (info.buildFinishedConnection) {
38 disconnect(info.buildFinishedConnection);
39 }
40 if (info.promise) {
41 info.promise->finish();
42 }
43 }
44 m_activeBuilds.clear();
45}
46
47QString BuildProjectTool::id() const
48{

Callers

nothing calls this directly

Calls 2

valueMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected