mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 19:58:59 +08:00
Add type hinting
This commit is contained in:
parent
80b589344f
commit
01b8bd60bd
@ -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…
x
Reference in New Issue
Block a user