| 503 | } |
| 504 | |
| 505 | const QWeakPointer<QtPDF::Backend::Document> PDFDocumentView::document() const |
| 506 | { |
| 507 | return (_pdf_scene ? _pdf_scene->document() : QWeakPointer<QtPDF::Backend::Document>()); |
| 508 | } |
| 509 | |
| 510 | QString PDFDocumentView::selectedText() const |
| 511 | { |
no outgoing calls
no test coverage detected