| 887 | } |
| 888 | |
| 889 | void PDFDocumentWindow::setResolution(const double res) |
| 890 | { |
| 891 | Q_ASSERT(pdfWidget); |
| 892 | if (res > 0) |
| 893 | pdfWidget->setResolution(res); |
| 894 | } |
| 895 | |
| 896 | void PDFDocumentWindow::enableTypesetAction(bool enabled) |
| 897 | { |
no outgoing calls
no test coverage detected