Fix notification reply build on other platforms
This commit is contained in:
parent
4b4c321397
commit
4e6df2edcb
@ -39,6 +39,11 @@ NotificationsManager::postNotification(
|
||||
//unused
|
||||
void
|
||||
NotificationsManager::actionInvoked(uint, QString)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
NotificationsManager::notificationReplied(uint, QString)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -61,6 +61,7 @@ NotificationsManager::postNotification(const QString &room_id,
|
||||
}
|
||||
|
||||
void NotificationsManager::actionInvoked(uint, QString) {}
|
||||
void NotificationsManager::notificationReplied(uint, QString) {}
|
||||
|
||||
void NotificationsManager::notificationClosed(uint, uint) {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user