mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 05:17:24 +02:00
Casting to QUrl
This commit is contained in:
parent
ad0f0118bc
commit
27002a9406
1 changed files with 1 additions and 1 deletions
|
@ -3537,7 +3537,7 @@ void Application::parseVersionXml() {
|
||||||
latestVersion = xml.text().toString();
|
latestVersion = xml.text().toString();
|
||||||
}
|
}
|
||||||
if (xml.name() == "url") {
|
if (xml.name() == "url") {
|
||||||
downloadUrl = xml.text().toString();
|
downloadUrl = QUrl(xml.text().toString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue