Added additional decoration to UpdateQualityContainerFromUserContainer

This allows the usage from QML withouth parameters. CURA-1890
This commit is contained in:
Jaime van Kessel 2016-07-15 16:04:02 +02:00
parent dcc3bc8f80
commit 56efb92f3e

View file

@ -499,6 +499,7 @@ class MachineManager(QObject):
self.activeQualityChanged.emit()
@pyqtSlot(str)
@pyqtSlot()
def updateQualityContainerFromUserContainer(self, quality_id = None):
if not self._active_container_stack:
return