Use slots for some of the often called attributes in the editor

This commit is contained in:
Veronica Berglyd Olsen
2024-12-05 23:01:17 +01:00
parent 05385ba73b
commit 8dafaa13c0
3 changed files with 54 additions and 46 deletions
+1 -1
View File
@@ -564,7 +564,7 @@ def testGuiMain_Editing(qtbot, monkeypatch, nwGUI, projPath, tstPaths, mockRnd):
qtbot.keyClick(docEditor, Qt.Key.Key_Return, delay=KEY_DELAY)
qtbot.keyClick(docEditor, Qt.Key.Key_Return, delay=KEY_DELAY)
docEditor.wCounterDoc.run()
docEditor._wCounterDoc.run()
# Spell Checking
# ==============