Remove showNotification function
This commit is contained in:
parent
e2d89e093a
commit
b04a7fbef6
@ -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 New Issue
Block a user