summary refs log tree commit diff
path: root/src/ChatPage.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-05-21 21:19:03 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-05-21 21:19:03 +0200
commitcd67046f6011f0838b5ed4621fb3ee9b846e63a0 (patch)
tree91ea6ecd1273b69b97717076ec9387ddea6936da /src/ChatPage.cpp
parentSome basic room list (diff)
downloadnheko-cd67046f6011f0838b5ed4621fb3ee9b846e63a0.tar.xz
Make roomlist look nice
Diffstat (limited to '')
-rw-r--r--src/ChatPage.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

index c5199ff1..58b76174 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -233,11 +233,6 @@ ChatPage::ChatPage(QSharedPointer<UserSettings> userSettings, QWidget *parent) room_list_, &RoomList::updateRoomDescription); - connect(room_list_, - SIGNAL(totalUnreadMessageCountUpdated(int)), - this, - SIGNAL(unreadMessages(int))); - connect( this, &ChatPage::updateGroupsInfo, communitiesList_, &CommunitiesList::setCommunities);