Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cura
diff options
context:
space:
mode:
authorj.delarago <joeydelarago@gmail.com>2022-06-15 18:40:07 +0300
committerj.delarago <joeydelarago@gmail.com>2022-06-15 18:40:07 +0300
commit6f8470167fa38f9c6e61098cd23d4d61477d8c4b (patch)
tree8e5ac660c4f34ca533ff0187fca19e75915efa06 /cura
parent142f1823b39a3a4884babc71eec8da4a377e3428 (diff)
Suggested changes
CURA-8849
Diffstat (limited to 'cura')
-rw-r--r--cura/Machines/Models/IntentSelectionModel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/Machines/Models/IntentSelectionModel.py b/cura/Machines/Models/IntentSelectionModel.py
index 1a57d0b3a0..e6726382d2 100644
--- a/cura/Machines/Models/IntentSelectionModel.py
+++ b/cura/Machines/Models/IntentSelectionModel.py
@@ -25,7 +25,7 @@ class IntentSelectionModel(ListModel):
DescriptionRole = Qt.ItemDataRole.UserRole + 4
IconRole = Qt.ItemDataRole.UserRole + 5
- def __init__(self, parent=QAbstractListModel) -> None:
+ def __init__(self, parent = None) -> None:
super().__init__(parent)
self.addRoleName(self.NameRole, "name")