| 164 | m_destination = dst; |
| 165 | } |
| 166 | void SvnInternalDiffJob::setSrcRevision( const KDevelop::VcsRevision& srcRev ) |
| 167 | { |
| 168 | QMutexLocker l( &m_mutex ); |
| 169 | m_srcRevision = srcRev; |
| 170 | } |
| 171 | void SvnInternalDiffJob::setDstRevision( const KDevelop::VcsRevision& dstRev ) |
| 172 | { |
| 173 | QMutexLocker l( &m_mutex ); |