Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
The QNetworkReply signals like readyRead() should have documented that the user should not
- spin a QEventLoop
- call any processEvents()
- Display any dialog
or otherwise do anything that processes events.
The only exceptions are obviously authenticationRequired(), proxyAuthenticationRequired() and sslErrors() since those are often used to display a dialog to the user.