diff options
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r-- | src/ChatPage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChatPage.h b/src/ChatPage.h index 0ac39faa..ffe70496 100644 --- a/src/ChatPage.h +++ b/src/ChatPage.h @@ -84,6 +84,8 @@ public: return pushrules; } + void removeAllNotifications(); + public slots: bool handleMatrixUri(QString uri); bool handleMatrixUri(const QUrl &uri); |