mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove a whole bunch of unused code
CURA-6006
This commit is contained in:
parent
abcc621cc6
commit
b1440737e6
2 changed files with 22 additions and 50 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue