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

Method errorMessage

plugins/subversion/svninternaljobbase.cpp:356–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356QString SvnInternalJobBase::errorMessage() const
357{
358 QMutexLocker lock( &m_mutex );
359 return m_errorMessage;
360}
361
362void SvnInternalJobBase::kill()
363{

Callers 4

handleMethod · 0.45
handleTargetSelectMethod · 0.45
internalJobFailedMethod · 0.45
handleCoreFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected