summary refs log tree commit diff
path: root/src/RoomList.cpp
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-25 16:34:54 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-25 16:34:54 +0300
commit59a42183bce9cdeeb6ca8cd92c6c94f05e16e5a3 (patch)
tree9362e0ab3e9293c2ac36d0e4f19a1b1f807deb6a /src/RoomList.cpp
parentDisable paint updates when removing the room filter (diff)
downloadnheko-59a42183bce9cdeeb6ca8cd92c6c94f05e16e5a3.tar.xz
Fix issue with missing communities due to an unregistered metatype
Diffstat (limited to 'src/RoomList.cpp')
-rw-r--r--src/RoomList.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/RoomList.cpp b/src/RoomList.cpp

index 143e0bdd..1e0a68d9 100644 --- a/src/RoomList.cpp +++ b/src/RoomList.cpp
@@ -56,8 +56,6 @@ RoomList::RoomList(QSharedPointer<UserSettings> userSettings, QWidget *parent) scrollArea_->setWidget(scrollAreaContents_); topLayout_->addWidget(scrollArea_); - qRegisterMetaType<std::map<QString, bool>>(); - connect(this, &RoomList::updateRoomAvatarCb, this, &RoomList::updateRoomAvatar); }