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