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

Method setSearchString

modules/QtPDF/src/PDFSearcher.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

searchMethod · 0.80
reinitializeFromSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected