mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 08:17:49 -06:00
Remove comments
Contributes to CL-897
This commit is contained in:
parent
9a16d45be5
commit
1bd488dd6c
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ class ConfigurationChangeModel(QObject):
|
||||||
@pyqtProperty(int, constant = True)
|
@pyqtProperty(int, constant = True)
|
||||||
def index(self) -> int:
|
def index(self) -> int:
|
||||||
return self._index
|
return self._index
|
||||||
# "target_id": fields.String(required=True, description="Target material guid or hotend id"),
|
|
||||||
# "origin_id": fields.String(required=True, description="Original/current material guid or hotend id"),
|
|
||||||
|
|
||||||
@pyqtProperty(str, constant = True)
|
@pyqtProperty(str, constant = True)
|
||||||
def typeOfChange(self) -> str:
|
def typeOfChange(self) -> str:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue