Skip to content
Snippets Groups Projects
Commit 4e6df2ed authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix notification reply build on other platforms

parent 4b4c3213
No related branches found
No related tags found
No related merge requests found
Pipeline #295 passed
......@@ -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) {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment