diff --git a/panels/notification/server/notificationmanager.cpp b/panels/notification/server/notificationmanager.cpp index d1c6ee439..04f99cfee 100644 --- a/panels/notification/server/notificationmanager.cpp +++ b/panels/notification/server/notificationmanager.cpp @@ -411,8 +411,8 @@ void NotificationManager::updateEntityProcessed(const NotifyEntity &entity) m_persistence->removeEntity(id); } else { m_persistence->updateEntityProcessedType(id, entity.processedType()); - Q_EMIT NotificationStateChanged(id, entity.processedType()); } + Q_EMIT NotificationStateChanged(id, entity.processedType()); emitRecordCountChanged(); }