Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
PDFTextBox::~PDFTextBox()
30
{
31
foreach (PDFTextBox *textBox, _subBoxes)
32
delete textBox;
33
}
34
35
const QList<PDFTextBox *> &PDFTextBox::subBoxes() const
36
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected