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

flag QUrl::StripTrailingSlash does not work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.9.0 Beta 2
    • 5.5.0
    • Documentation
    • None
    • ubuntu 14.04 x64

      qt5.5.0:
      QString urlString = QUrl("http://172.16.0.123:3002/").toString( QUrl::StripTrailingSlash );
      //urlString = "http://172.16.0.123:3002/"

      qt4.8.6:
      QString urlString = QUrl("http://172.16.0.123:3002/").toString( QUrl::StripTrailingSlash );
      //urlString = "http://172.16.0.123:3002"

        For Gerrit Dashboard: QTBUG-47607
        # Subject Branch Project Status CR V

            kdpalara Kavindra Palaraja
            antkudr Anton Kudryavtsev
            Votes:
            3 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes