mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-10-17 14:36:45 +00:00
Check action id when invoked
Makes it more resilient
This commit is contained in:
committed by
John Preston
parent
1f16d72667
commit
9e3fa2e4bc
@@ -72,7 +72,7 @@ private:
|
||||
|
||||
private slots:
|
||||
void notificationClosed(uint id);
|
||||
void notificationClicked(uint id);
|
||||
void notificationClicked(uint id, const QString &actionId);
|
||||
void notificationReplied(uint id, const QString &text);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user