mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Add type hinting
This commit is contained in:
parent
80b589344f
commit
01b8bd60bd
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class PrinterOutputModel(QObject):
|
||||||
self._controller.homeBed(self)
|
self._controller.homeBed(self)
|
||||||
|
|
||||||
@pyqtSlot(str)
|
@pyqtSlot(str)
|
||||||
def sendCustomCommand(self, command):
|
def sendCustomCommand(self, command: str):
|
||||||
self._controller.sendCustomCommand(self, command)
|
self._controller.sendCustomCommand(self, command)
|
||||||
|
|
||||||
@pyqtProperty("QVariantList", constant = True)
|
@pyqtProperty("QVariantList", constant = True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue