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

QUrl's constructor should accept strings without scheme as local paths

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Done
    • Icon: P0: Blocker P0: Blocker
    • 4.8.1
    • 4.8.0
    • Core: URL Handling
    • None
    • Ark Linux dockyard-devel, gcc 4.6, eglibc 2.14

    • 182acb541a7b8ac0edca842fdc867751df723f50

      This piece of code:

      QUrl u=QUrl::fromEncoded("/etc/passwd");
      qDebug() << u.toLocalFile();

      produces (as expected) "/etc/passwd" on Qt 4.7.x - on Qt 4.8.x, it produces ""

      Qt5's QUrl constructor should work like Qt4's QUrl::fromEncoded, but it should decode strings without path as local files and set scheme() to "file".

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

            ahaapane Aapo Haapanen (closed Nokia identity) (Inactive)
            bero Bernhard Rosenkränzer
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes