From 51701e30d710ad016ddf2d306cdd7be122ddf25b Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 11 Aug 2012 15:30:38 +0200 Subject: adding test notification backend --- meegohandsetnotification/watchnotificationsink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meegohandsetnotification') diff --git a/meegohandsetnotification/watchnotificationsink.cpp b/meegohandsetnotification/watchnotificationsink.cpp index 860c4b6..1a90dc1 100644 --- a/meegohandsetnotification/watchnotificationsink.cpp +++ b/meegohandsetnotification/watchnotificationsink.cpp @@ -27,7 +27,7 @@ void WatchNotificationSink::removeNotification(uint notificationId) MeegoHandsetNotification* n = _trackedNotifications[notificationId]; _trackedNotifications.remove(notificationId); n->remove(); - n->deleteLater(); + delete n; } } -- cgit v1.2.3