mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
CURA-5035: Clean-up
This commit is contained in:
parent
6e9f7174b6
commit
e13c45daee
19 changed files with 185 additions and 179 deletions
|
@ -28,7 +28,7 @@ class AuthorsModel(ListModel):
|
|||
# List of filters for queries. The result is the union of the each list of results.
|
||||
self._filter = {} # type: Dict[str,str]
|
||||
|
||||
def setMetaData(self, data):
|
||||
def setMetadata(self, data):
|
||||
self._authors_metadata = data
|
||||
self._update()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue