summaryrefslogtreecommitdiffstats
path: root/src/daemon/NotificationsService.h
diff options
context:
space:
mode:
authorEmanoil Kotsev <[email protected]>2021-05-14 20:01:28 +0200
committerEmanoil Kotsev <[email protected]>2024-11-09 18:49:26 +0000
commit2da6bb1dc4d5e5b9f0801c102869c2fb4d98b5b2 (patch)
treedd2155bc6a67be519fd3bf5ddbdd45da289d1ea8 /src/daemon/NotificationsService.h
parentb670a6ae130fdc45b942a864046b9dda17feb2a1 (diff)
downloadkdbusnotification-2da6bb1dc4d5e5b9f0801c102869c2fb4d98b5b2.tar.gz
kdbusnotification-2da6bb1dc4d5e5b9f0801c102869c2fb4d98b5b2.zip
Handle properly closeing of notifications
Signed-off-by: Emanoil Kotsev <[email protected]>
Diffstat (limited to 'src/daemon/NotificationsService.h')
-rw-r--r--src/daemon/NotificationsService.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/NotificationsService.h b/src/daemon/NotificationsService.h
index ac885c1..5e96a05 100644
--- a/src/daemon/NotificationsService.h
+++ b/src/daemon/NotificationsService.h
@@ -37,6 +37,8 @@ public:
NotificationsService(TQT_DBusConnection&);
virtual ~NotificationsService();
+ void closeNotifyWidget(TQ_UINT32 id, TQ_UINT32 reason);
+
protected: // implement sending signals
virtual bool handleSignalSend(const TQT_DBusMessage& reply);
virtual TQString objectPath() const;