4736 self.__changeBreakPoints) |
4736 self.__changeBreakPoints) |
4737 self.disconnect(self.breakpointModel, |
4737 self.disconnect(self.breakpointModel, |
4738 SIGNAL("rowsInserted(const QModelIndex &, int, int)"), |
4738 SIGNAL("rowsInserted(const QModelIndex &, int, int)"), |
4739 self.__addBreakPoints) |
4739 self.__addBreakPoints) |
4740 |
4740 |
4741 self.disconnect(self.project, SIGNAL("projectPropertiesChanged"), |
|
4742 self.__projectPropertiesChanged) |
|
4743 |
|
4744 if self.spell: |
4741 if self.spell: |
4745 self.spell.stopIncrementalCheck() |
4742 self.spell.stopIncrementalCheck() |
|
4743 self.disconnect(self.project, SIGNAL("projectPropertiesChanged"), |
|
4744 self.__projectPropertiesChanged) |
4746 |
4745 |
4747 QsciScintillaCompat.close(self) |
4746 QsciScintillaCompat.close(self) |
4748 |
4747 |
4749 def keyPressEvent(self, ev): |
4748 def keyPressEvent(self, ev): |
4750 """ |
4749 """ |