mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Remove showNotification function
This commit is contained in:
parent
e2d89e093a
commit
b04a7fbef6
2 changed files with 0 additions and 13 deletions
|
@ -47,7 +47,6 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QDBusInterface dbus;
|
QDBusInterface dbus;
|
||||||
uint showNotification(const QString summary, const QString text, const QImage image);
|
|
||||||
void closeNotification(uint id);
|
void closeNotification(uint id);
|
||||||
|
|
||||||
// notification ID to (room ID, event ID)
|
// notification ID to (room ID, event ID)
|
||||||
|
|
|
@ -86,18 +86,6 @@ NotificationsManager::postNotification(const QString &roomid,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
uint
|
|
||||||
NotificationsManager::showNotification(const QString summary,
|
|
||||||
const QString text,
|
|
||||||
const QImage image)
|
|
||||||
{
|
|
||||||
Q_UNUSED(summary)
|
|
||||||
Q_UNUSED(text)
|
|
||||||
Q_UNUSED(image)
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
NotificationsManager::closeNotification(uint id)
|
NotificationsManager::closeNotification(uint id)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue