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

Regression: QQmlTypeLoader::qmldirContent doesn't work with non-http/https/bundle scheme URLs

    XMLWordPrintable

Details

    Description

      Line 1821 in qqmltypeloader.cpp does

      url = QUrl::fromLocalFile(filePathIn);

      , which will change a URL from

      foo://path/to/something

      to

      foo:/path/to/something

      Is there a reason for the assignment to QUrl::fromLocalFile? Shouldn't the filePathIn here already have the right path?

      Attachments

        Issue Links

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

          Activity

            People

              Unassigned Unassigned
              daiweili Daiwei Li
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes