Re: Listening to a notification button's "onClick" in the notifications DataEngine

2017-03-13 Thread Martin Klapetek
Hey, On Thu, Mar 9, 2017 at 10:56 PM, Chris Holland wrote: > It seems the ActionInvoked and NotificationClosed signal isn't exposed > anywhere. > > The signals are defined here: > https://github.com/KDE/plasma-workspace/blob/master/ > dataengines/notifications/notificationsengine.h#L84 > > And

Listening to a notification button's "onClick" in the notifications DataEngine

2017-03-13 Thread Chris Holland
It seems the ActionInvoked and NotificationClosed signal isn't exposed anywhere. The signals are defined here: https://github.com/KDE/plasma-workspace/blob/master/dataengines/notifications/notificationsengine.h#L84 And the signals are called here: https://github.com/KDE/plasma-workspace/blob/mast