mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-14 08:16:03 +02:00
Fix url.toString()
This commit is contained in:
parent
16dba169c5
commit
c1d2f00c9b
1 changed files with 1 additions and 1 deletions
|
@ -3431,7 +3431,7 @@ void Application::handleSandboxStatus(QNetworkReply* reply) {
|
|||
if (url.scheme() == URL_SCHEME_HIFIAPP) {
|
||||
Setting::Handle<QVariant>("startUpApp").set(url.path());
|
||||
} else {
|
||||
addressLookupString = url;
|
||||
addressLookupString = url.toString();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue