Fix comments for createQualityChanges()

This commit is contained in:
Lipu Fei 2018-03-02 16:42:07 +01:00
parent 0944653412
commit 6cae82a64e

View file

@ -347,8 +347,6 @@ class ContainerManager(QObject):
# This will go through the global and extruder stacks and create quality_changes containers from
# the user containers in each stack. These then replace the quality_changes containers in the
# stack and clear the user settings.
#
# \return \type{bool} True if the operation was successfully, False if not.
@pyqtSlot(str)
def createQualityChanges(self, base_name):
global_stack = Application.getInstance().getGlobalContainerStack()