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

Method clear

modules/QtPDF/src/PDFSearcher.cpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void PDFSearcher::clear()
75{
76 const QMutexLocker mutexLocker{&m_mutex};
77 m_pages.clear();
78 m_results.clear();
79}
80
81void PDFSearcher::stopAndClear()
82{

Callers 1

populatePagesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected