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

Method setDestination

plugins/subversion/svndiffjob.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 m_source = src;
160}
161void SvnInternalDiffJob::setDestination( const KDevelop::VcsLocation& dst )
162{
163 QMutexLocker l( &m_mutex );
164 m_destination = dst;
165}
166void SvnInternalDiffJob::setSrcRevision( const KDevelop::VcsRevision& srcRev )
167{
168 QMutexLocker l( &m_mutex );

Callers 1

diff2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected