update DS in data-server on profile change

This commit is contained in:
Stephen Birarda 2013-10-23 16:16:24 -07:00
parent 0188d55ad3
commit faa1c38820

View file

@ -23,6 +23,9 @@ Profile::Profile(const QString &username) :
if (!_username.isEmpty()) {
// we've been given a new username, ask the data-server for profile
DataServerClient::getClientValueForKey(DataServerKey::UUID);
// send our current domain server to the data-server
updateDomain(NodeList::getInstance()->getDomainHostname());
}
}