590 |
590 |
591 def __svnResolve(self): |
591 def __svnResolve(self): |
592 """ |
592 """ |
593 Private slot used to resolve conflicts of the local project. |
593 Private slot used to resolve conflicts of the local project. |
594 """ |
594 """ |
595 self.vcs.svnResolve(self.project.ppath) |
595 self.vcs.vcsResolved(self.project.ppath) |
596 |
596 |
597 def __svnPropList(self): |
597 def __svnPropList(self): |
598 """ |
598 """ |
599 Private slot used to list the properties of the project files. |
599 Private slot used to list the properties of the project files. |
600 """ |
600 """ |