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

demos/browsers/networkaccessmanager.cpp fails to compile on Solaris 10/Sun Studio 12 C++

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.7.4
    • 4.7.1
    • Examples and Demos
    • None
    • Solaris 10, Update 9. Sun Studio 12 C++, HP DL360
    • 3e2067b6c48d5d8fa27b534d6235b64ad09a86d6

    Description

      demos/browsers/networkaccessmanager.cpp fails to compile due the line at 189

      // check if SSL certificate has been trusted already
      QString replyHost = reply->url().host() + ":" + reply->url().port();

      reply->url().port(); is a number, so concantenating fails since the destination is Qstring.

      Patch included fixes the compile problem.

      Attachments

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

        Activity

          People

            boddie David Boddie (Inactive)
            suntzutech Ben Taylor
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes