drop call which does not lead to crash

This commit is contained in:
arcan1s 2015-06-22 09:25:55 +03:00
parent b65ba2ebe2
commit cf7b013726

View File

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