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

Method slotPutJobResult

src/DefaultFileAccessJobHandler.cpp:201–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void DefaultFileAccessJobHandler::slotPutJobResult(KJob* pJob)
202{
203 if(pJob->error() != KJob::NoError)
204 {
205 qCDebug(kdiffFileAccess) << "slotPutJobResult: pJob->error() = " << pJob->error();
206 pJob->uiDelegate()->showErrorMessage();
207 }
208 else
209 {
210 m_bSuccess = (m_transferredBytes == m_maxLength); // Special success condition
211 }
212}
213#endif
214
215bool DefaultFileAccessJobHandler::mkDirImp(const QString& dirName)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected