From 7216a1dbd7380f899e474f5d0ec5a14be7a7c832 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 2 Sep 2019 17:52:18 +0200 Subject: [PATCH] Refer through to correct function of QualityManagementModel Contributes to issue CURA-6600. --- cura/Machines/QualityManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/Machines/QualityManager.py b/cura/Machines/QualityManager.py index e471518c29..cc359b00dd 100644 --- a/cura/Machines/QualityManager.py +++ b/cura/Machines/QualityManager.py @@ -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