MCPcopy Create free account
hub / github.com/alpha-liu-01/SpeedyNote / PdfSearchEngine

Method PdfSearchEngine

source/pdf/PdfSearchEngine.cpp:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21// ============================================================================
22
23PdfSearchEngine::PdfSearchEngine(QObject *parent)
24 : QObject(parent)
25{
26 connect(&m_searchWatcher, &QFutureWatcher<void>::finished,
27 this, &PdfSearchEngine::onSearchFinished);
28 connect(&m_precacheWatcher, &QFutureWatcher<void>::finished,
29 this, &PdfSearchEngine::onPrecacheFinished);
30}
31
32PdfSearchEngine::~PdfSearchEngine()
33{

Callers

nothing calls this directly

Calls 1

connectFunction · 0.85

Tested by

no test coverage detected