fix linux
This commit is contained in:
parent
e78af06b9a
commit
5341e7b2ab
|
@ -90,7 +90,7 @@ void FreedesktopBackend::slotActionInvoked(const uint &id, const QString &action
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
noti.data()->setActionInvoked(actionID.toInt());
|
noti.data()->setActionInvoked(actionID.toInt());
|
||||||
snore()->d()->notificationActionInvoked(noti);
|
SnoreCorePrivate::instance()->notificationActionInvoked(noti);
|
||||||
}
|
}
|
||||||
|
|
||||||
void FreedesktopBackend::slotCloseNotification(Notification notification)
|
void FreedesktopBackend::slotCloseNotification(Notification notification)
|
||||||
|
|
Loading…
Reference in New Issue