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