mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-30 04:07:46 +00:00
Fix conflict
This commit is contained in:
@@ -8,11 +8,13 @@
|
||||
QString AuthSession::serializeUserProperties()
|
||||
{
|
||||
QJsonObject userAttrs;
|
||||
/*
|
||||
for (auto key : u.properties.keys())
|
||||
{
|
||||
auto array = QJsonArray::fromStringList(u.properties.values(key));
|
||||
userAttrs.insert(key, array);
|
||||
}
|
||||
*/
|
||||
QJsonDocument value(userAttrs);
|
||||
return value.toJson(QJsonDocument::Compact);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user