Fix existing tests
This commit is contained in:
+4
-1
@@ -65,7 +65,10 @@ class MockTheme:
|
||||
self.guiFontBU = QFont()
|
||||
return
|
||||
|
||||
def getPixmap(self, *a):
|
||||
def getPixmap(self, *a) -> QPixmap:
|
||||
return QPixmap()
|
||||
|
||||
def getHeaderDecoration(self, *a) -> QPixmap:
|
||||
return QPixmap()
|
||||
|
||||
def getIcon(self, *a) -> QIcon:
|
||||
|
||||
Reference in New Issue
Block a user