607 |
607 |
608 def __svnResolve(self): |
608 def __svnResolve(self): |
609 """ |
609 """ |
610 Private slot used to resolve conflicts of the local project. |
610 Private slot used to resolve conflicts of the local project. |
611 """ |
611 """ |
612 self.vcs.svnResolve(self.project.ppath) |
612 self.vcs.vcsResolved(self.project.ppath) |
613 |
613 |
614 def __svnPropList(self): |
614 def __svnPropList(self): |
615 """ |
615 """ |
616 Private slot used to list the properties of the project files. |
616 Private slot used to list the properties of the project files. |
617 """ |
617 """ |