ports/net-im/nheko/files/patch-src_notifications_Manager.h
Adriaan de Groot 3450e834d4 net-im/nheko: update to 0.11.3 (also dependencies)
Update the nheko stack - coeurl, mtxclient, nheko - to the
latest release. Try to add a VOIP option for Matrix VOIP calls.
2023-03-06 22:34:19 +01:00

12 lines
315 B
C++

--- src/notifications/Manager.h.orig 2023-02-24 22:16:17 UTC
+++ src/notifications/Manager.h
@@ -55,9 +55,7 @@ public slots:
#if defined(NHEKO_DBUS_SYS)
public:
void closeNotifications(QString roomId);
-#if defined(Q_OS_LINUX)
void closeAllNotifications();
-#endif
private:
QDBusInterface dbus;