Remove roomChanged from ActionsHandler

This commit is contained in:
James Graham
2023-10-21 19:10:26 +01:00
parent 3473b75863
commit 210585129e

View File

@@ -35,7 +35,6 @@ void ActionsHandler::setRoom(NeoChatRoom *room)
}
m_room = room;
Q_EMIT roomChanged();
}
void ActionsHandler::handleMessageEvent(ChatBarCache *chatBarCache)