diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2020-06-11 22:27:30 -0400 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2020-06-11 22:27:30 -0400 |
commit | 7afb164244c8c45485843d29814744998ac11d09 (patch) | |
tree | 1cf5906de735ef4447d00aee36a9967c27e23186 /src/ChatPage.h | |
parent | Fix formatting (diff) | |
parent | Merge pull request #217 from Nheko-Reborn/reactions (diff) | |
download | nheko-7afb164244c8c45485843d29814744998ac11d09.tar.xz |
Merge remote-tracking branch 'origin/master' into presence
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r-- | src/ChatPage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChatPage.h b/src/ChatPage.h index e1a342d1..c38d7717 100644 --- a/src/ChatPage.h +++ b/src/ChatPage.h @@ -212,7 +212,7 @@ private: uint16_t notification_count, uint16_t highlight_count); //! Send desktop notification for the received messages. - void sendDesktopNotifications(const mtx::responses::Notifications &); + void sendNotifications(const mtx::responses::Notifications &); void showNotificationsDialog(const QPoint &point); |