Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
5.2.0
-
None
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
- is duplicated by
-
QTBUG-36773 Regression: Can no-longer provide a qmldir from a custom schema
-
- Closed
-