| 89 | d->m_localUrl = url; |
| 90 | } |
| 91 | void VcsLocation::setRepositoryServer( const QString& location ) |
| 92 | { |
| 93 | d->m_repoServer = location; |
| 94 | d->m_type = VcsLocation::RepositoryLocation; |
| 95 | d->m_localUrl = QUrl(); |
| 96 | } |
| 97 | |
| 98 | bool VcsLocation::operator==( const KDevelop::VcsLocation& rhs ) |
| 99 | { |