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