make lint
This commit is contained in:
parent
10c6f2b43f
commit
48669302ec
4 changed files with 23 additions and 7 deletions
|
|
@ -60,7 +60,11 @@ MemberList::addUsers(const std::vector<RoomMember> &members)
|
|||
QHash<int, QByteArray>
|
||||
MemberList::roleNames() const
|
||||
{
|
||||
return {{Mxid, "mxid"}, {DisplayName, "displayName"}, {AvatarUrl, "avatarUrl"},};
|
||||
return {
|
||||
{Mxid, "mxid"},
|
||||
{DisplayName, "displayName"},
|
||||
{AvatarUrl, "avatarUrl"},
|
||||
};
|
||||
}
|
||||
|
||||
QVariant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue