| 148 | } |
| 149 | |
| 150 | PDFSearcher::size_type PDFSearcher::progressMaximum() const |
| 151 | { |
| 152 | const QMutexLocker mutexLocker{&m_mutex}; |
| 153 | return m_pages.size(); |
| 154 | } |
| 155 | |
| 156 | QList<Backend::SearchResult> PDFSearcher::resultAt(size_type page) const |
| 157 | { |
no outgoing calls
no test coverage detected