From d5cd175d7193e3ad289738c180121a4a294025f4 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Tue, 15 Jun 2021 13:12:07 +0200 Subject: [PATCH] It's not a signal --- src/notificationsmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notificationsmanager.cpp b/src/notificationsmanager.cpp index 85e3e5fc8..ff908aed5 100644 --- a/src/notificationsmanager.cpp +++ b/src/notificationsmanager.cpp @@ -56,7 +56,7 @@ void NotificationsManager::postNotification(NeoChatRoom *room, notification->setDefaultAction(i18n("Open NeoChat in this room")); connect(notification, &KNotification::defaultActivated, this, [this, room]() { - Q_EMIT RoomManager::instance().enterRoom(room); + RoomManager::instance().enterRoom(room); Q_EMIT Controller::instance().showWindow(); });