Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.py

changeset 1131
7781e396c903
parent 1046
5dd14be5d6a1
child 1255
e1d8a8a4d40c
equal deleted inserted replaced
1130:3e9f0330f833 1131:7781e396c903
28 28
29 @param vcs reference to the vcs object 29 @param vcs reference to the vcs object
30 @param patchesList list of patches (list of strings) 30 @param patchesList list of patches (list of strings)
31 @param parent reference to the parent widget (QWidget) 31 @param parent reference to the parent widget (QWidget)
32 """ 32 """
33 QDialog.__init__(self, parent) 33 super().__init__(parent)
34 self.setupUi(self) 34 self.setupUi(self)
35 35
36 self.process = QProcess() 36 self.process = QProcess()
37 self.vcs = vcs 37 self.vcs = vcs
38 38

eric ide

mercurial