Update test

This commit is contained in:
Veronica Berglyd Olsen
2024-11-07 23:59:52 +01:00
parent 5107849909
commit cd9e0de9dd
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -473,8 +473,10 @@ class GuiOutlineTree(QTreeWidget):
return
def refreshTree(self, rootHandle: str | None = None,
overRide: bool = False, novelChanged: bool = False) -> None:
def refreshTree(
self, rootHandle: str | None = None,
overRide: bool = False, novelChanged: bool = False
) -> None:
"""Called whenever the Outline tab is activated and controls
what data to load, and if necessary, force a rebuild of the
tree.