Skip to content

Fix main.qml URL from not being a URL

ivan tkachenko requested to merge work/ratijas/main-url into master

Somehow it worked, but error messages looked like this:

file::/main.qml:25: TypeError: Cannot read property 'title' of null

which is a pretty illegal thing to have.

See also: QTBUG-94977

Merge request reports