mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add some tests for DFProjectModel
CURA-7959
This commit is contained in:
parent
7979483e48
commit
29f62b0579
2 changed files with 61 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class DigitalFactoryProjectModel(ListModel):
|
|||
|
||||
dfProjectModelChanged = pyqtSignal()
|
||||
|
||||
def __init__(self, parent = None):
|
||||
def __init__(self, parent = None) -> None:
|
||||
super().__init__(parent)
|
||||
self.addRoleName(self.DisplayNameRole, "displayName")
|
||||
self.addRoleName(self.LibraryProjectIdRole, "libraryProjectId")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue