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

QWebEnginePage::certificateError(const QWebEngineCertificateError& certificateError)

    XMLWordPrintable

Details

    • Windows

    Description

      in Qt5 it was virtual function which can be re implemetned to return true to ignore the error and complete the request. Return false to stop loading the request.
      But in Qt6 it is turned as Signal instead of virtual method and parameters are const, so can not call acceptCertificate() or rejectCertificate() because both of it are non const function.

      Attachments

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

        Activity

          People

            qt_webengine_team Qt WebEngine Team
            irfan.omair@digia.com Irfan Omair
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes