| 330 | } |
| 331 | |
| 332 | void DefaultFileAccessJobHandler::slotJobEnded([[maybe_unused]] KJob* pJob) |
| 333 | { |
| 334 | ProgressProxy::exitEventLoop(); // Close the dialog, return from exec() |
| 335 | } |
| 336 | |
| 337 | void DefaultFileAccessJobHandler::slotSimpleJobResult(KJob* pJob) |
| 338 | { |
nothing calls this directly
no outgoing calls
no test coverage detected