Skip to content

Also handle QML url value types in PageRow

With Qt6 this is not a string but actually a distinct value type that needs to be handled separately.

This fixes page loading from URLs (which is common due to the now required use of Qt.resolvedUrl()) with Qt6, and doesn't impact Qt5.

Merge request reports