Add documentation

This commit is contained in:
fieldOfView 2017-04-15 18:55:59 +02:00
parent f15345a0cb
commit 12079fc9da

View file

@ -98,6 +98,7 @@ class MachineSettingsAction(MachineAction):
Application.getInstance().getMachineActionManager().addSupportedAction(container.getId(), self.getKey()) Application.getInstance().getMachineActionManager().addSupportedAction(container.getId(), self.getKey())
def _onGlobalContainerChanged(self): def _onGlobalContainerChanged(self):
# This stub is needed because we cannot connect a UM.Signal directly to a pyqtSignal
self.globalContainerChanged.emit() self.globalContainerChanged.emit()
globalContainerChanged = pyqtSignal() globalContainerChanged = pyqtSignal()