| 844 | } |
| 845 | |
| 846 | void PDFDocumentWindow::toggleFullScreen() |
| 847 | { |
| 848 | Q_ASSERT(_fullScreenManager); |
| 849 | _fullScreenManager->toggleFullscreen(); |
| 850 | } |
| 851 | |
| 852 | void PDFDocumentWindow::setPageMode(const int newMode) |
| 853 | { |
nothing calls this directly
no test coverage detected