mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Update the nheko stack - coeurl, mtxclient, nheko - to the latest release. Try to add a VOIP option for Matrix VOIP calls.
12 lines
315 B
C++
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;
|