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

Method slotJobEnded

src/DefaultFileAccessJobHandler.cpp:332–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332void DefaultFileAccessJobHandler::slotJobEnded([[maybe_unused]] KJob* pJob)
333{
334 ProgressProxy::exitEventLoop(); // Close the dialog, return from exec()
335}
336
337void DefaultFileAccessJobHandler::slotSimpleJobResult(KJob* pJob)
338{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected