From bbbc4b88c8bfb69dd652e1ffd2f6f8afdb2fe0fc Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 28 Aug 2016 20:34:07 +0200 Subject: add voicecall feature --- notification.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'notification.cpp') diff --git a/notification.cpp b/notification.cpp index d0addbd..76d9be7 100644 --- a/notification.cpp +++ b/notification.cpp @@ -57,6 +57,8 @@ Notification::Notification(uint id, QObject *parent) : QObject(parent), d_ptr(ne { Q_D(Notification); d->id = id; + d->urgency = 0; + d->transient = false; } Notification::~Notification() -- cgit v1.2.3