QScintilla/SearchReplaceWidget.py

changeset 486
e4711a55e482
parent 482
4650a72c307a
child 500
c3abc7895a01
--- a/QScintilla/SearchReplaceWidget.py	Tue Aug 10 18:03:57 2010 +0200
+++ b/QScintilla/SearchReplaceWidget.py	Tue Aug 10 19:40:44 2010 +0200
@@ -13,6 +13,8 @@
 from .Ui_SearchWidget import Ui_SearchWidget
 from .Ui_ReplaceWidget import Ui_ReplaceWidget
 
+from .Editor import Editor
+
 from E5Gui.E5Action import E5Action
 
 import Preferences
@@ -419,6 +421,7 @@
         aw = self.sender()
         self.updateSelectionCheckBox(aw)
     
+    @pyqtSlot(Editor)
     def updateSelectionCheckBox(self, editor):
         """
         Public slot to update the selection check box.

eric ide

mercurial