43 Constructor |
43 Constructor |
44 |
44 |
45 @param vcs reference to the vcs object |
45 @param vcs reference to the vcs object |
46 @param parent parent widget (QWidget) |
46 @param parent parent widget (QWidget) |
47 """ |
47 """ |
48 super(SvnStatusDialog, self).__init__(parent) |
48 super().__init__(parent) |
49 self.setupUi(self) |
49 self.setupUi(self) |
50 SvnDialogMixin.__init__(self) |
50 SvnDialogMixin.__init__(self) |
51 |
51 |
52 self.__toBeCommittedColumn = 0 |
52 self.__toBeCommittedColumn = 0 |
53 self.__changelistColumn = 1 |
53 self.__changelistColumn = 1 |