summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-07-19 14:31:08 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-07-20 21:48:03 -0400
commit48669302ece255010f31150543d8e0ef4830fb74 (patch)
tree3980090cc8a528be6d8a2ec14c24e7d979fe03b8 /src
parentUse Nico's favored formatting (*shrugs*) (diff)
downloadnheko-48669302ece255010f31150543d8e0ef4830fb74.tar.xz
make lint
Diffstat (limited to 'src')
-rw-r--r--src/MemberList.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/MemberList.cpp b/src/MemberList.cpp

index dd5997f5..04377a0f 100644 --- a/src/MemberList.cpp +++ b/src/MemberList.cpp
@@ -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