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

Method FontExtractionThread

core/generator_p.cpp:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135FontExtractionThread::FontExtractionThread(Generator *generator, int pages)
136 : mGenerator(generator)
137 , mNumOfPages(pages)
138 , mGoOn(true)
139{
140}
141
142void FontExtractionThread::startExtraction(bool async)
143{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected