mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 06:24:41 +02:00
use UUID setter to fire signal and debug on UUID change
This commit is contained in:
parent
c5b8ff181e
commit
a4cabe91f8
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ void NodeList::reset() {
|
||||||
_numNoReplyDomainCheckIns = 0;
|
_numNoReplyDomainCheckIns = 0;
|
||||||
|
|
||||||
// refresh the owner UUID to the NULL UUID
|
// refresh the owner UUID to the NULL UUID
|
||||||
_sessionUUID = QUuid();
|
setSessionUUID(QUuid());
|
||||||
}
|
}
|
||||||
|
|
||||||
void NodeList::addNodeTypeToInterestSet(NodeType_t nodeTypeToAdd) {
|
void NodeList::addNodeTypeToInterestSet(NodeType_t nodeTypeToAdd) {
|
||||||
|
|
Loading…
Reference in a new issue