mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06:00
Properly return True in updateQualityChanges
Since it is declared as returning bool Contributes to CURA-2006
This commit is contained in:
parent
7b9c982c62
commit
bc8c55f8fb
1 changed files with 2 additions and 0 deletions
|
@ -379,6 +379,8 @@ class ContainerManager(QObject):
|
||||||
|
|
||||||
UM.Application.getInstance().getMachineManager().activeQualityChanged.emit()
|
UM.Application.getInstance().getMachineManager().activeQualityChanged.emit()
|
||||||
|
|
||||||
|
return True
|
||||||
|
|
||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
def clearUserContainers(self):
|
def clearUserContainers(self):
|
||||||
global_stack = UM.Application.getInstance().getGlobalContainerStack()
|
global_stack = UM.Application.getInstance().getGlobalContainerStack()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue