mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 08:33:12 +02:00
Merge branch 'master' of https://github.com/worklist/hifi
This commit is contained in:
commit
9d3093ba2a
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ void Profile::processDataServerResponse(const QString& userString, const QString
|
|||
|
||||
} else if (keyList[i] == DataServerKey::UUID) {
|
||||
// this is the user's UUID - set it on the profile
|
||||
_uuid = QUuid(valueList[i]);
|
||||
setUUID(QUuid(valueList[i]));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue