Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
QString PDFSearcher::searchString() const
88
{
89
const QMutexLocker mutexLocker{&m_mutex};
90
return m_searchString;
91
}
92
93
void PDFSearcher::setSearchString(const QString &searchString)
94
{
Callers
1
search
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected