MCPcopy Create free account
hub / github.com/Robotips/uConfig / ~PDFTextBox

Method ~PDFTextBox

src/pdf_extract/model/pdftextbox.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29PDFTextBox::~PDFTextBox()
30{
31 foreach (PDFTextBox *textBox, _subBoxes)
32 delete textBox;
33}
34
35const QList<PDFTextBox *> &PDFTextBox::subBoxes() const
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected