mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 13:02:06 +02:00
Merge branch 'qt-launcher' of github.com:danteruiz/hifi into qt-launcher
This commit is contained in:
commit
4f0936d384
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ void UserSettingsRequest::receivedResponse() {
|
|||
}
|
||||
|
||||
if (root["data"].toObject().contains("home_location")) {
|
||||
auto homeLocation = root["data"].toObject()["home_location"];
|
||||
QJsonValue homeLocation = root["data"].toObject()["home_location"];
|
||||
if (homeLocation.isString()) {
|
||||
_userSettings.homeLocation = homeLocation.toString();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue