From 8975fec06e89acc4dd86af4b4c4ec99e2f19f8ee Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Sun, 29 Dec 2013 21:18:22 +0100 Subject: [PATCH] added comment --- openlp/core/lib/spelltextedit.py | 2 ++ 1 file changed, 2 insertions(+) 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