summary refs log tree commit diff
path: root/src/ChatPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChatPage.cpp')
-rw-r--r--src/ChatPage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

index 349f8fde..c0705cc6 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -1641,10 +1641,10 @@ ChatPage::isRoomActive(const QString &room_id) MainWindow::instance()->windowForRoom(room_id) == QGuiApplication::focusWindow(); } -#if defined (Q_OS_LINUX) void ChatPage::removeAllNotifications() { +#if defined (Q_OS_LINUX) notificationsManager->closeAllNotifications(); -} #endif +}