This commit is contained in:
Philip Rosedale 2014-01-22 17:00:09 -08:00
commit 9d3093ba2a

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]));
}
}
}