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

Method slotSimpleJobResult

src/DefaultFileAccessJobHandler.cpp:337–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337void DefaultFileAccessJobHandler::slotSimpleJobResult(KJob* pJob)
338{
339 if(pJob->error() != KJob::NoError)
340 {
341 qCDebug(kdiffFileAccess) << "slotSimpleJobResult: pJob->error() = " << pJob->error();
342 pJob->uiDelegate()->showErrorMessage();
343 }
344 else
345 {
346 m_bSuccess = true;
347 }
348}
349
350// Copy local or remote files.
351bool DefaultFileAccessJobHandler::copyFile(const QString& inDest)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected