3590:5280e37405b8 | 3591:2f2a4a76dd22 |
---|---|
53 self.show() | 53 self.show() |
54 QCoreApplication.processEvents() | 54 QCoreApplication.processEvents() |
55 | 55 |
56 def closeEvent(self, e): | 56 def closeEvent(self, e): |
57 """ | 57 """ |
58 Private slot implementing a close event handler. | 58 Protected slot implementing a close event handler. |
59 | 59 |
60 @param e close event (QCloseEvent) | 60 @param e close event (QCloseEvent) |
61 """ | 61 """ |
62 if self.__hgClient: | 62 if self.__hgClient: |
63 if self.__hgClient.isExecuting(): | 63 if self.__hgClient.isExecuting(): |