MCPcopy Create free account
hub / github.com/TeXworks/texworks / progressMaximum

Method progressMaximum

modules/QtPDF/src/PDFSearcher.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

searchResultReadyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected