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