215 self.__projectRevision = -1 |
215 self.__projectRevision = -1 |
216 self.__projectBranch = "" |
216 self.__projectBranch = "" |
217 |
217 |
218 def closeEvent(self, e): |
218 def closeEvent(self, e): |
219 """ |
219 """ |
220 Private slot implementing a close event handler. |
220 Protected slot implementing a close event handler. |
221 |
221 |
222 @param e close event (QCloseEvent) |
222 @param e close event (QCloseEvent) |
223 """ |
223 """ |
224 if self.__hgClient: |
224 if self.__hgClient: |
225 if self.__hgClient.isExecuting(): |
225 if self.__hgClient.isExecuting(): |