MCPcopy Create free account
hub / github.com/KDE/kdiff3 / killJob

Method killJob

src/progress.cpp:415–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415void ProgressDialog::killJob()
416{
417 if(m_pJob != nullptr)
418 {
419 m_pJob->kill(KJob::EmitResult);
420 m_pJob = nullptr;
421 }
422}
423
424void ProgressDialog::delayedHide()
425{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected