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

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

XMLWordPrintable

      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?

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes