summary refs log tree commit diff
path: root/src/Community.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-01-21 20:28:38 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-01-21 20:28:38 +0200
commitc123bada94bfd21121d6d847c472c910b88fed65 (patch)
treebeb24ae17228126b91468cd683d78a8f0910ab0f /src/Community.cc
parentFix iterator crash (diff)
downloadnheko-c123bada94bfd21121d6d847c472c910b88fed65.tar.xz
Refactor avatar fetching in one function
Diffstat (limited to 'src/Community.cc')
-rw-r--r--src/Community.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Community.cc b/src/Community.cc

index df425e88..a68f2b18 100644 --- a/src/Community.cc +++ b/src/Community.cc
@@ -39,6 +39,4 @@ Community::parseRooms(const QJsonObject &rooms) for (auto i = 0; i < rooms["chunk"].toArray().size(); i++) { rooms_.append(rooms["chunk"].toArray()[i].toObject()["room_id"].toString()); } - - emit roomsChanged(rooms_); }