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

Method searchString

modules/QtPDF/src/PDFSearcher.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87QString PDFSearcher::searchString() const
88{
89 const QMutexLocker mutexLocker{&m_mutex};
90 return m_searchString;
91}
92
93void PDFSearcher::setSearchString(const QString &searchString)
94{

Callers 1

searchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected