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

Method addRotationJob

core/pagecontroller.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void PageController::addRotationJob(RotationJob *job)
27{
28 connect(job, &RotationJob::done, this, &PageController::imageRotationDone);
29 ThreadWeaver::enqueue(&m_weaver, job);
30}
31
32void PageController::imageRotationDone(const ThreadWeaver::JobPointer &j)
33{

Callers 2

rotateAtMethod · 0.80
setPixmapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected