mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Remove spurious signal, it does the same as materialsUpdated.
Contributes to CURA-5682.
This commit is contained in:
parent
f298d37134
commit
6d2492e5cb
2 changed files with 4 additions and 14 deletions
|
@ -34,9 +34,6 @@ class BaseMaterialsModel(ListModel):
|
|||
# Update this model when list of materials changes
|
||||
self._material_manager.materialsUpdated.connect(self._update)
|
||||
|
||||
# Update this model when list of favorites changes
|
||||
self._material_manager.favoritesUpdated.connect(self._update)
|
||||
|
||||
self.addRoleName(Qt.UserRole + 1, "root_material_id")
|
||||
self.addRoleName(Qt.UserRole + 2, "id")
|
||||
self.addRoleName(Qt.UserRole + 3, "GUID")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue