mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
call UUID setter in Profile UUID update so it updates NodeList
This commit is contained in:
parent
f4f828ab72
commit
5214d53872
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) {
|
} else if (keyList[i] == DataServerKey::UUID) {
|
||||||
// this is the user's UUID - set it on the profile
|
// 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