mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Remove unused paramters
This commit is contained in:
parent
dcddea6fb8
commit
3ae4e49b5f
2 changed files with 2 additions and 2 deletions
|
@ -48,6 +48,6 @@ NotificationsManager::notificationClosed(uint, uint)
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
NotificationsManager::removeNotification(const QString &roomId, const QString &eventId)
|
NotificationsManager::removeNotification(const QString &, const QString &)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
|
@ -65,5 +65,5 @@ void NotificationsManager::actionInvoked(uint, QString) {}
|
||||||
void NotificationsManager::notificationClosed(uint, uint) {}
|
void NotificationsManager::notificationClosed(uint, uint) {}
|
||||||
|
|
||||||
void
|
void
|
||||||
NotificationsManager::removeNotification(const QString &roomId, const QString &eventId)
|
NotificationsManager::removeNotification(const QString &, const QString &)
|
||||||
{}
|
{}
|
||||||
|
|
Loading…
Reference in a new issue