| 133 | } |
| 134 | |
| 135 | FontExtractionThread::FontExtractionThread(Generator *generator, int pages) |
| 136 | : mGenerator(generator) |
| 137 | , mNumOfPages(pages) |
| 138 | , mGoOn(true) |
| 139 | { |
| 140 | } |
| 141 | |
| 142 | void FontExtractionThread::startExtraction(bool async) |
| 143 | { |
nothing calls this directly
no outgoing calls
no test coverage detected