2
0
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:
Kai Uwe Broulik
2020-02-06 10:49:22 +01:00
committed by John Preston
parent 1f16d72667
commit 9e3fa2e4bc
2 changed files with 14 additions and 8 deletions

View File

@@ -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);
};