https://bugs.kde.org/show_bug.cgi?id=348414

--- Comment #33 from Thomas Lübking <thomas.luebk...@gmail.com> ---
Seems as if notificatiion objects in the hash are deleted elsewhere (flags only
returns a member and the KNotification::this pointer isn't null, so it's
garbage)

connect(notification, &KNotification::destroyed, this, [&](QObject *o)
{m_notifications.removeAll(o);});

in NotifyByAudio::notify should likely catch that.


Please notice that I'm not available for providing patches anymore.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to