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"

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

            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