xdg-user-dirs-gtk: update to 0.12
[oi-userland.git] / components / encumbered / nheko / patches / fix-notificationmanager.patch
blob214be865b8295aa84971d1c6afa90aab58571ceb
1 diff -Nru nheko-0.11.3.orig/src/notifications/Manager.h nheko-0.11.3/src/notifications/Manager.h
2 --- nheko-0.11.3.orig/src/notifications/Manager.h 2023-02-23 00:50:45.000000000 +0100
3 +++ nheko-0.11.3/src/notifications/Manager.h 2023-10-07 16:13:20.780369848 +0200
4 @@ -55,9 +55,7 @@
5 #if defined(NHEKO_DBUS_SYS)
6 public:
7 void closeNotifications(QString roomId);
8 -#if defined(Q_OS_LINUX)
9 void closeAllNotifications();
10 -#endif
12 private:
13 QDBusInterface dbus;