builtins: QUrl exetends URL, not Url

Url doesn't seem to exist, where as URL is part of one of the web API
extension which  we support in QML.

Pick-to: 6.6 6.5
Change-Id: Ieebcf603b8497315fd8039f6b01fbc0f11f1a3a9
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
Fabian Kosmale 2023-07-27 12:45:44 +02:00
parent afe96c4d63
commit 455d0973cb
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ Module {
Component {
name: "QUrl"
extension: "Url"
extension: "URL"
exports: ["QML/url 1.0"]
exportMetaObjectRevisions: [256]
accessSemantics: "value"