mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:49:12 +02:00
Merge pull request #1639 from birarda/master
add debugging for UUID owner change on NodeList
This commit is contained in:
commit
0e6faec5bb
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ void Profile::setUUID(const QUuid& uuid) {
|
||||||
_uuid = uuid;
|
_uuid = uuid;
|
||||||
|
|
||||||
if (!_uuid.isNull()) {
|
if (!_uuid.isNull()) {
|
||||||
|
qDebug() << "Changing NodeList owner UUID to" << uuid;
|
||||||
|
|
||||||
// when the UUID is changed we need set it appropriately on the NodeList instance
|
// when the UUID is changed we need set it appropriately on the NodeList instance
|
||||||
NodeList::getInstance()->setOwnerUUID(uuid);
|
NodeList::getInstance()->setOwnerUUID(uuid);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue