Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AddonManager: Adapt to Qt6/PySide6 #14141

Merged

Conversation

pieterhijma
Copy link
Contributor

@pieterhijma pieterhijma commented May 18, 2024

QtNetwork.QNetworkRequest has a small API change that is addressed in this commit.

Closes #14083.

QtNetwork.QNetworkRequest has a small API change that is addressed in
this commit.
@pieterhijma
Copy link
Contributor Author

The fix is a bit more complex than I anticipated because it appeared that DefaultTransferTimeoutConstant.value was not available in Qt 5, so this PR supports both Qt 5 and Qt 6.

@chennes chennes merged commit 0202305 into FreeCAD:main May 19, 2024
10 checks passed
@adrianinsaval adrianinsaval added the Backport todo PR that should be backported to stable branch label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Addon Manager Backport todo PR that should be backported to stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AddonManager: failing to load workbenches with Qt6 / PySide 6
3 participants