diff --git a/openlp/core/lib/spelltextedit.py b/openlp/core/lib/spelltextedit.py index f1b99b64f..08652c685 100644 --- a/openlp/core/lib/spelltextedit.py +++ b/openlp/core/lib/spelltextedit.py @@ -183,6 +183,8 @@ class Highlighter(QtGui.QSyntaxHighlighter): def highlightBlock(self, text): """ Highlight misspelt words in a block of text. + + Note, this is a Qt hook. """ if not self.spelling_dictionary: return