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(); }