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