call UUID setter in Profile UUID update so it updates NodeList

This commit is contained in:
Stephen Birarda 2014-01-22 16:49:36 -08:00
parent f4f828ab72
commit 5214d53872

View file

@ -220,7 +220,7 @@ void Profile::processDataServerResponse(const QString& userString, const QString
} else if (keyList[i] == DataServerKey::UUID) {
// this is the user's UUID - set it on the profile
_uuid = QUuid(valueList[i]);
setUUID(QUuid(valueList[i]));
}
}
}