MCPcopy Create free account
hub / github.com/Schildkroet/Candle2 / ~GcodeViewParse

Method ~GcodeViewParse

src/parser/gcodeviewparse.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25GcodeViewParse::~GcodeViewParse()
26{
27 foreach (LineSegment *ls, m_lines) delete ls;
28}
29
30QVector3D &GcodeViewParse::getMinimumExtremes()
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected