mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
Remove Q_ENUMS for connection type, not used in QML anymore
This commit is contained in:
parent
1b356a3219
commit
eb1bde0516
1 changed files with 0 additions and 5 deletions
|
@ -54,11 +54,6 @@ class ConnectionType(IntEnum):
|
||||||
@signalemitter
|
@signalemitter
|
||||||
class PrinterOutputDevice(QObject, OutputDevice):
|
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()
|
printersChanged = pyqtSignal()
|
||||||
connectionStateChanged = pyqtSignal(str)
|
connectionStateChanged = pyqtSignal(str)
|
||||||
acceptsCommandsChanged = pyqtSignal()
|
acceptsCommandsChanged = pyqtSignal()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue