Casting to QUrl

This commit is contained in:
Leonardo Murillo 2014-04-24 15:10:37 -06:00
parent ad0f0118bc
commit 27002a9406

View file

@ -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());
} }
} }
} }