MCPcopy Create free account
hub / github.com/KDE/okular / startExtraction

Method startExtraction

core/generator_p.cpp:142–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void FontExtractionThread::startExtraction(bool async)
143{
144 if (async) {
145 connect(this, &FontExtractionThread::finished, this, &FontExtractionThread::deleteLater);
146 start(QThread::InheritPriority);
147 } else {
148 run();
149 deleteLater();
150 }
151}
152
153void FontExtractionThread::stopExtraction()
154{

Callers 1

startFontReadingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected