mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 01:27:01 +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) {
|
if (url.scheme() == URL_SCHEME_HIFIAPP) {
|
||||||
Setting::Handle<QVariant>("startUpApp").set(url.path());
|
Setting::Handle<QVariant>("startUpApp").set(url.path());
|
||||||
} else {
|
} else {
|
||||||
addressLookupString = url;
|
addressLookupString = url.toString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue