mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-18 22:37:16 +02:00
let QUrl do its automatic percent encoding for address lookup
This commit is contained in:
parent
d689c6b39f
commit
3e50443ea1
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ void LocationManager::goTo(QString destination) {
|
|||
_userData = QJsonObject();
|
||||
_placeData = QJsonObject();
|
||||
|
||||
destination = QString(QUrl::toPercentEncoding(destination));
|
||||
JSONCallbackParameters callbackParams;
|
||||
callbackParams.jsonCallbackReceiver = this;
|
||||
callbackParams.jsonCallbackMethod = "goToUserFromResponse";
|
||||
|
|
Loading…
Reference in a new issue