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

Method pixmapGenerationThread

core/generator.cpp:68–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68PixmapGenerationThread *GeneratorPrivate::pixmapGenerationThread()
69{
70 if (mPixmapGenerationThread) {
71 return mPixmapGenerationThread;
72 }
73
74 Q_Q(Generator);
75 mPixmapGenerationThread = new PixmapGenerationThread(q);
76 QObject::connect(mPixmapGenerationThread, &PixmapGenerationThread::finished, q, [this] { pixmapGenerationFinished(); }, Qt::QueuedConnection);
77
78 return mPixmapGenerationThread;
79}
80
81TextPageGenerationThread *GeneratorPrivate::textPageGenerationThread()
82{

Callers 1

generatePixmapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected