summary refs log tree commit diff
path: root/src/Community.cc
diff options
context:
space:
mode:
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_); }