| 139 | void maybeOpenUrl(const QUrl & url); |
| 140 | void maybeOpenPdf(const QString & filename, const QtPDF::PDFDestination & destination, const bool newWindow); |
| 141 | void maybeZoomToWindow(bool doZoom) { if (doZoom) pdfWidget->zoomFitWindow(); } |
| 142 | void maybeEnableCopyCommand(const bool isTextSelected); |
| 143 | |
| 144 | signals: |
nothing calls this directly
no test coverage detected