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

Method textPageGenerationThread

core/generator.cpp:81–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81TextPageGenerationThread *GeneratorPrivate::textPageGenerationThread()
82{
83 if (mTextPageGenerationThread) {
84 return mTextPageGenerationThread;
85 }
86
87 Q_Q(Generator);
88 mTextPageGenerationThread = new TextPageGenerationThread(q);
89 QObject::connect(mTextPageGenerationThread, &TextPageGenerationThread::finished, q, [this] { textpageGenerationFinished(); }, Qt::QueuedConnection);
90
91 return mTextPageGenerationThread;
92}
93
94void GeneratorPrivate::pixmapGenerationFinished()
95{

Callers 1

generatePixmapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected