From cf7b01372678a68cebf55e1adc9d5b847cd4fafb Mon Sep 17 00:00:00 2001 From: arcan1s Date: Mon, 22 Jun 2015 09:25:55 +0300 Subject: [PATCH] drop call which does not lead to crash --- sources/plasmoid-kf5/plugin/netctladds.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sources/plasmoid-kf5/plugin/netctladds.cpp b/sources/plasmoid-kf5/plugin/netctladds.cpp index 479be82..3231780 100644 --- a/sources/plasmoid-kf5/plugin/netctladds.cpp +++ b/sources/plasmoid-kf5/plugin/netctladds.cpp @@ -194,8 +194,6 @@ void NetctlAdds::sendNotification(const QString eventId, const QString message) KNotification *notification = KNotification::event(eventId, QString("Netctl ::: %1").arg(eventId), message); notification->setComponentName(QString("plasma-applet-org.kde.plasma.netctl")); - - notification->deleteLater(); }