forked from openlp/openlp
added comment
This commit is contained in:
parent
4c145071af
commit
8975fec06e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user