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

Don't place QNetworkAccessManager on the stack #193

Open
ObserverHerb opened this issue Oct 2, 2024 · 0 comments
Open

Don't place QNetworkAccessManager on the stack #193

ObserverHerb opened this issue Oct 2, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@ObserverHerb
Copy link
Owner

Qt devs added a new assert that breaks how I'm constructing a QNetworkAccessManager. It can be moved into the request class and initialized by that class's constructor when needed.

https://codereview.qt-project.org/c/qt/qtbase/+/495239

@ObserverHerb ObserverHerb added the bug Something isn't working label Oct 2, 2024
@ObserverHerb ObserverHerb added this to the Patch 3.01 milestone Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: To do
Development

No branches or pull requests

1 participant