mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-04 01:25:46 +00:00
drop call which does not lead to crash
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user