Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-18574

Document that we discourage event processing from slots connected to QNetworkReply

    XMLWordPrintable

Details

    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.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            shkearns Shane Kearns
            mgoetz Markus Goetz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes