mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Fix typing
CURA-6011
This commit is contained in:
parent
4252b95603
commit
a18203b286
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ class PrinterOutputDevice(QObject, OutputDevice):
|
|||
|
||||
# Put ConnectionType here with Q_ENUMS() so it can be registered as a QML type and accessible via QML, and there is
|
||||
# no need to remember what those Enum integer values mean.
|
||||
ConnectionType = ConnectionType
|
||||
Q_ENUMS(ConnectionType)
|
||||
|
||||
printersChanged = pyqtSignal()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue