Cura/plugins/UM3NetworkPrinting
Ghostkeeper 0deac84ec2
NetworkError is an enum, no longer comparable as int
With the Qt6 upgrade, we have to treat enums as full enums, within their normal class namespace and such. They are no longer just integer-globals static in the QtCore.Qt class. They are no longer treated as integers by PyQt.
Other places that checked for such errors were already doing it like this.

Contributes to issue CURA-9100.
2022-04-11 10:00:32 +02:00
..
resources Replace RecolorImage with ColorImage 2022-04-08 15:55:34 +02:00
src NetworkError is an enum, no longer comparable as int 2022-04-11 10:00:32 +02:00
__init__.py Add legacy 'Connect over Network' button back 2019-08-12 01:19:41 +02:00
plugin.json Now unused API field only took integers originally. 2021-06-17 11:15:33 +02:00