QScintilla/SpellChecker.py

branch
5_0_x
changeset 774
78581c534c74
parent 97
c4086afea02b
child 791
9ec2ac20e54e
--- a/QScintilla/SpellChecker.py	Wed Dec 22 17:32:24 2010 +0100
+++ b/QScintilla/SpellChecker.py	Mon Dec 27 15:30:30 2010 +0100
@@ -39,6 +39,8 @@
             The string should be in language locale format (e.g. en_US, de).
         @keyparam checkRegion reference to a function to check for a valid region
         """
+        QObject.__init__(self, editor)
+        
         self.editor = editor
         self.indicator = indicator
         if defaultLanguage is not None:

eric ide

mercurial