MCPcopy Create free account
hub / github.com/KDE/kdevelop / internalJobFailed

Method internalJobFailed

plugins/subversion/svnjobbase.cpp:196–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void SvnJobBase::internalJobFailed()
197{
198 qCDebug(PLUGIN_SVN) << "job failed" << this;
199
200 setError(InternalJobFailed);
201 QString msg = internalJob()->errorMessage();
202 if( !msg.isEmpty() )
203 setErrorText( i18n( "Error executing Job:\n%1", msg ) );
204 outputMessage(errorText());
205 failJob();
206}
207
208void SvnJobBase::failJob()
209{

Callers

nothing calls this directly

Calls 2

errorMessageMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected