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