MCPcopy Create free account
hub / github.com/Robotips/uConfig / PDFDatasheet

Method PDFDatasheet

src/pdf_extract/model/pdfdatasheet.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "controller/pdfloader.h"
22
23PDFDatasheet::PDFDatasheet(const QString &fileName)
24 : _fileName(fileName)
25{
26 _pdfLoader = new PDFLoader(this);
27}
28
29PDFDatasheet::~PDFDatasheet()
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected