Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAvoid creating QNetworkAccessManager with QtWebEngine #2543
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The-Compiler commentedApr 19, 2017
With #2328 we're probably not going to need a QNAM anymore at all with QtWebEngine, but even before that, we should avoid creating it if we don't actually need it.
This will help avoid bugs like QTBUG-58541 (causing segfaults for various users) or QTBUG-40332.