Commit 0d5ef23e authored by Alan Alpert's avatar Alan Alpert Committed by The Qt Project
Browse files

Fix qml runtime when loading files that imported other files


QQmlComponent::setData does not perform any URL processing. Consequently
when using that function we need to 'normalize' the URLs ourselves to
ensure that the engine finds them acceptable.

Task-number: QTBUG-34301
Change-Id: Ia0f3a51129423020f7e4d7003ca356af3f89b441
Reviewed-by: default avatarAntti Piira <apiira@blackberry.com>
Reviewed-by: default avatarShawn Rutledge <shawn.rutledge@digia.com>
parent 6ecf0f00
No related merge requests found
Showing with 9 additions and 8 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment