mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-10-31 18:00:48 +03:00
8 lines
170 B
C++
8 lines
170 B
C++
|
#include "notifications/Manager.h"
|
||
|
|
||
|
void
|
||
|
NotificationsManager::postNotification(const QString &, const QString &, const QString &)
|
||
|
{
|
||
|
// TODO: To be implemented
|
||
|
}
|