mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Refer through to correct function of QualityManagementModel
Contributes to issue CURA-6600.
This commit is contained in:
parent
4043afd09f
commit
7216a1dbd7
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ class QualityManager(QObject):
|
|||
# unique.
|
||||
@pyqtSlot(QObject, str, result = str)
|
||||
def renameQualityChangesGroup(self, quality_changes_group: "QualityChangesGroup", new_name: str) -> str:
|
||||
return cura.CuraApplication.CuraApplication.getInstance().getQualityManagementModel().removeQualityChangesGroup(quality_changes_group, new_name)
|
||||
return cura.CuraApplication.CuraApplication.getInstance().getQualityManagementModel().renameQualityChangesGroup(quality_changes_group, new_name)
|
||||
|
||||
## Duplicates a given quality profile OR quality changes profile.
|
||||
# \param new_name The desired name of the new profile. This will be made
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue