Fix typing

CURA-6011
This commit is contained in:
Lipu Fei 2018-12-14 11:37:30 +01:00
parent 4252b95603
commit a18203b286

View file

@ -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()