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