Notifications: Properly delete the notification check job.

This commit is contained in:
Klaas Freitag 2016-03-09 17:22:19 +01:00
parent 7d13a1d8e1
commit 8a0ce463da

View File

@ -509,6 +509,9 @@ void ActivityWidget::slotNotificationsReceived(const QVariantMap& json, int stat
list.append(a);
}
emit newNotificationList( list );
_notificationJob->deleteLater();
_notificationJob = 0;
}
// GUI: Display the notifications