Init Windows notification image.
This commit is contained in:
@@ -19,11 +19,13 @@ NotificationsManager::postNotification(
|
||||
const QString &roomName,
|
||||
const QString &senderName,
|
||||
const QString &text,
|
||||
const QImage &icon)
|
||||
const QImage &icon,
|
||||
const QUrl &iconPath)
|
||||
{
|
||||
Q_UNUSED(roomId);
|
||||
Q_UNUSED(eventId);
|
||||
Q_UNUSED(icon);
|
||||
Q_UNUSED(iconPath);
|
||||
|
||||
NSUserNotification * notif = [[NSUserNotification alloc] init];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user