Fix version test

This commit is contained in:
Miguel Jacq 2025-11-24 10:47:54 +11:00
parent 78a06e8a73
commit 054ad88991
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -944,6 +944,9 @@ def test_open_version(qtbot, tmp_db_cfg, app, monkeypatch):
def setIcon(self, icon):
self._icon = icon
def setIconPixmap(self, icon):
self._icon = icon
def setWindowTitle(self, title):
self._title = title
called["title"] = title