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