Added missing pyqtslot decorator

CURA-1339
This commit is contained in:
Jaime van Kessel 2016-04-14 13:03:54 +02:00
parent 0c09df71d9
commit 9e8d61aea2

View File

@ -74,6 +74,7 @@ class PrinterOutputDevice(OutputDevice, QObject):
## Home the bed of the connected printer
# This function is "final" (do not re-implement)
@pyqtSlot()
def homeBed(self):
self._homeBed()