Move spell check testing to the editor

This commit is contained in:
Veronica Berglyd Olsen
2025-03-30 23:49:19 +02:00
parent 01275876c1
commit d0c8227d15
5 changed files with 45 additions and 34 deletions
+1 -1
View File
@@ -473,7 +473,7 @@ class TextBlockData(QTextBlockUserData):
self._text = ""
self._offset = 0
self._metaData: list[tuple[int, int, str, str]] = []
self._spellErrors: list[tuple[int, int,]] = []
self._spellErrors: list[tuple[int, int]] = []
return
@property