diff --git a/libnotificationmanager/server.cpp b/libnotificationmanager/server.cpp index df5fc33b1..a40d588ed 100644 --- a/libnotificationmanager/server.cpp +++ b/libnotificationmanager/server.cpp @@ -72,7 +72,7 @@ void Server::closeNotification(uint notificationId, CloseReason reason) { emit notificationRemoved(notificationId, reason); - emit d->NotificationClosed(notificationId, static_cast(reason)); // tell on DBus + emit d->NotificationClosed(notificationId, static_cast(reason)); // tell on DBus } void Server::invokeAction(uint notificationId, const QString &actionName)