summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-07-19 12:33:54 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-07-20 21:48:03 -0400
commit10c6f2b43fa88830e4a693e8a71734ab90c053c2 (patch)
tree978be7f96b7bb9fcc70add493f4e8e3fc9bf3625 /src
parentFix visibility of spinner (diff)
downloadnheko-10c6f2b43fa88830e4a693e8a71734ab90c053c2.tar.xz
Use Nico's favored formatting (*shrugs*)
Diffstat (limited to 'src')
-rw-r--r--src/MemberList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MemberList.cpp b/src/MemberList.cpp
index b2ed82bd..dd5997f5 100644
--- a/src/MemberList.cpp
+++ b/src/MemberList.cpp
@@ -60,7 +60,7 @@ 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