Remove a whole bunch of unused code

CURA-6006
This commit is contained in:
Jaime van Kessel 2018-12-05 13:21:17 +01:00
parent abcc621cc6
commit b1440737e6
2 changed files with 22 additions and 50 deletions

View file

@ -73,7 +73,7 @@ class AuthorsModel(ListModel):
self._filter = filter_dict
self._update()
@pyqtProperty("QStringMap", fset = setFilter, constant = True)
@pyqtProperty("QVariantMap", fset = setFilter, constant = True)
def filter(self) -> Dict[str, str]:
return self._filter