Fix version test
This commit is contained in:
parent
78a06e8a73
commit
054ad88991
1 changed files with 3 additions and 0 deletions
|
|
@ -944,6 +944,9 @@ def test_open_version(qtbot, tmp_db_cfg, app, monkeypatch):
|
||||||
def setIcon(self, icon):
|
def setIcon(self, icon):
|
||||||
self._icon = icon
|
self._icon = icon
|
||||||
|
|
||||||
|
def setIconPixmap(self, icon):
|
||||||
|
self._icon = icon
|
||||||
|
|
||||||
def setWindowTitle(self, title):
|
def setWindowTitle(self, title):
|
||||||
self._title = title
|
self._title = title
|
||||||
called["title"] = title
|
called["title"] = title
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue