mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
remove enum proxy on QUrl
No add-ons appear to be using it, and it breaks a method decorated with @pyqtSlot(QUrl) that AMBOSS (unnecessarily) uses.
This commit is contained in:
parent
924fd39444
commit
61aa8a5bc9
1 changed files with 0 additions and 1 deletions
|
@ -199,7 +199,6 @@ _enum_map = (
|
|||
),
|
||||
),
|
||||
("QThread", ("Priority",)),
|
||||
("QUrl", ("ParsingMode",)),
|
||||
],
|
||||
),
|
||||
(PyQt6.QtDBus, [("QDBus", ("CallMode",))]),
|
||||
|
|
Loading…
Reference in a new issue