| 220 | return m_noDiffOnDelete; |
| 221 | } |
| 222 | KDevelop::VcsLocation SvnInternalDiffJob::source() const |
| 223 | { |
| 224 | QMutexLocker l( &m_mutex ); |
| 225 | return m_source; |
| 226 | } |
| 227 | KDevelop::VcsLocation SvnInternalDiffJob::destination() const |
| 228 | { |
| 229 | QMutexLocker l( &m_mutex ); |
no outgoing calls