mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Use Nico's favored formatting (*shrugs*)
This commit is contained in:
parent
e91b3067a1
commit
10c6f2b43f
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ MemberList::addUsers(const std::vector<RoomMember> &members)
|
||||||
QHash<int, QByteArray>
|
QHash<int, QByteArray>
|
||||||
MemberList::roleNames() const
|
MemberList::roleNames() const
|
||||||
{
|
{
|
||||||
return {{Mxid, "mxid"}, {DisplayName, "displayName"}, {AvatarUrl, "avatarUrl"}};
|
return {{Mxid, "mxid"}, {DisplayName, "displayName"}, {AvatarUrl, "avatarUrl"},};
|
||||||
}
|
}
|
||||||
|
|
||||||
QVariant
|
QVariant
|
||||||
|
|
Loading…
Reference in a new issue