Use consistent capitalisation for postNotification's roomName

This commit is contained in:
Mathew Broady
2020-12-21 11:28:29 +11:00
committed by Carl Schwan
parent 6a4b1983a1
commit 44da1ca1bf
2 changed files with 4 additions and 4 deletions

View File

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