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