| 225 | return m_source; |
| 226 | } |
| 227 | KDevelop::VcsLocation SvnInternalDiffJob::destination() const |
| 228 | { |
| 229 | QMutexLocker l( &m_mutex ); |
| 230 | return m_destination; |
| 231 | } |
| 232 | KDevelop::VcsRevision SvnInternalDiffJob::srcRevision() const |
| 233 | { |
| 234 | QMutexLocker l( &m_mutex ); |