| 91 | } |
| 92 | |
| 93 | void PDFSearcher::setSearchString(const QString &searchString) |
| 94 | { |
| 95 | stopAndClear(); |
| 96 | const QMutexLocker mutexLocker{&m_mutex}; |
| 97 | m_searchString = searchString; |
| 98 | } |
| 99 | |
| 100 | Backend::SearchFlags PDFSearcher::searchFlags() const |
| 101 | { |
no outgoing calls
no test coverage detected