Remove unused paramters
This commit is contained in:
parent
dcddea6fb8
commit
3ae4e49b5f
2 changed files with 2 additions and 2 deletions
|
|
@ -65,5 +65,5 @@ void NotificationsManager::actionInvoked(uint, QString) {}
|
|||
void NotificationsManager::notificationClosed(uint, uint) {}
|
||||
|
||||
void
|
||||
NotificationsManager::removeNotification(const QString &roomId, const QString &eventId)
|
||||
NotificationsManager::removeNotification(const QString &, const QString &)
|
||||
{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue