Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py

changeset 3591
2f2a4a76dd22
parent 3562
ef3f13a2c599
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
71 self.show() 71 self.show()
72 QCoreApplication.processEvents() 72 QCoreApplication.processEvents()
73 73
74 def closeEvent(self, e): 74 def closeEvent(self, e):
75 """ 75 """
76 Private slot implementing a close event handler. 76 Protected slot implementing a close event handler.
77 77
78 @param e close event (QCloseEvent) 78 @param e close event (QCloseEvent)
79 """ 79 """
80 if self.__hgClient: 80 if self.__hgClient:
81 if self.__hgClient.isExecuting(): 81 if self.__hgClient.isExecuting():

eric ide

mercurial