3590:5280e37405b8 | 3591:2f2a4a76dd22 |
---|---|
59 self.show() | 59 self.show() |
60 QCoreApplication.processEvents() | 60 QCoreApplication.processEvents() |
61 | 61 |
62 def closeEvent(self, e): | 62 def closeEvent(self, e): |
63 """ | 63 """ |
64 Private slot implementing a close event handler. | 64 Protected slot implementing a close event handler. |
65 | 65 |
66 @param e close event (QCloseEvent) | 66 @param e close event (QCloseEvent) |
67 """ | 67 """ |
68 if self.__hgClient: | 68 if self.__hgClient: |
69 if self.__hgClient.isExecuting(): | 69 if self.__hgClient.isExecuting(): |