mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Merge pull request #3020 from birarda/master
fix bug in lookup for places with spaces
This commit is contained in:
commit
de40c3b7a3
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