eric6/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.py

branch
maintenance
changeset 8273
698ae46f40a4
parent 8218
7c09585bd960
equal deleted inserted replaced
8190:fb0ef164f536 8273:698ae46f40a4
25 25
26 @param vcs reference to the vcs object 26 @param vcs reference to the vcs object
27 @param patchesList list of patches (list of strings) 27 @param patchesList list of patches (list of strings)
28 @param parent reference to the parent widget (QWidget) 28 @param parent reference to the parent widget (QWidget)
29 """ 29 """
30 super(HgQueuesListGuardsDialog, self).__init__(parent) 30 super().__init__(parent)
31 self.setupUi(self) 31 self.setupUi(self)
32 self.setWindowFlags(Qt.WindowType.Window) 32 self.setWindowFlags(Qt.WindowType.Window)
33 33
34 self.vcs = vcs 34 self.vcs = vcs
35 self.__hgClient = vcs.getClient() 35 self.__hgClient = vcs.getClient()

eric ide

mercurial