mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +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;
|
||||
|
||||
// refresh the owner UUID to the NULL UUID
|
||||
_sessionUUID = QUuid();
|
||||
setSessionUUID(QUuid());
|
||||
}
|
||||
|
||||
void NodeList::addNodeTypeToInterestSet(NodeType_t nodeTypeToAdd) {
|
||||
|
|
Loading…
Reference in a new issue