Remove unused eventId() argument to postNotification()

This commit is contained in:
Mathew Broady
2020-12-21 11:24:24 +11:00
committed by Carl Schwan
parent 6482f08eba
commit 6a4b1983a1
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ class NotificationsManager : public QObject
public:
static NotificationsManager &instance();
Q_INVOKABLE void postNotification(NeoChatRoom *roomId, const QString &eventId, const QString &roomName, const QString &senderName, const QString &text, const QImage &icon);
Q_INVOKABLE void postNotification(NeoChatRoom *roomId, const QString &roomName, const QString &senderName, const QString &text, const QImage &icon);
private:
NotificationsManager(QObject *parent = nullptr);