Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reference to HttpProxy after Qt6 change
After the switch to Qt6 (#156), proxies were left broken due to a renaming in QNetworkProxy (which is not properly documented in https://doc.qt.io/qtforpython-6/PySide6/QtNetwork/QNetworkProxy.html#PySide6.QtNetwork.QNetworkProxy.ProxyType). Rename to the enum scope to avoid a runtime error when trying to set proxy.
- Loading branch information