This commit is contained in:
2025-10-08 17:01:41 +02:00
committed by Klaus Wakonig
co-authored by Klaus Wakonig
parent 919874ac1d
commit 14d7699c1b
-1
View File
@@ -8,7 +8,6 @@ class DummyTree(QWidget):
def __init__(self):
super().__init__()
tree = QTreeView(self)
apply_theme("dark")
@pytest.fixture