use UUID setter to fire signal and debug on UUID change

This commit is contained in:
Stephen Birarda 2014-02-19 14:17:14 -08:00
parent c5b8ff181e
commit a4cabe91f8

View file

@ -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) {