Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.py

changeset 1131
7781e396c903
parent 1112
8a7d1b9d18db
child 1268
4fc337f391c9
equal deleted inserted replaced
1130:3e9f0330f833 1131:7781e396c903
30 Constructor 30 Constructor
31 31
32 @param vcs reference to the vcs object 32 @param vcs reference to the vcs object
33 @param parent parent widget (QWidget) 33 @param parent parent widget (QWidget)
34 """ 34 """
35 QWidget.__init__(self, parent, Qt.WindowFlags(Qt.Window)) 35 super().__init__(parent, Qt.WindowFlags(Qt.Window))
36 self.setupUi(self) 36 self.setupUi(self)
37 37
38 if vcs.versionStr < '1.5.0': 38 if vcs.versionStr < '1.5.0':
39 self.changeListsGroup.hide() 39 self.changeListsGroup.hide()
40 40

eric ide

mercurial