From a1ec50943454ba4674c8c5e5d5dadcdbd414b111 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 24 Sep 2011 20:52:17 +0200 Subject: Incoming phone calls working! --- meegohandsetnotification/meegohandsetnotificationprovider.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meegohandsetnotification/meegohandsetnotificationprovider.h') diff --git a/meegohandsetnotification/meegohandsetnotificationprovider.h b/meegohandsetnotification/meegohandsetnotificationprovider.h index 3cf78d3..f98f226 100644 --- a/meegohandsetnotification/meegohandsetnotificationprovider.h +++ b/meegohandsetnotification/meegohandsetnotificationprovider.h @@ -16,14 +16,12 @@ public: explicit MeegoHandsetNotificationProvider(QObject *parent = 0); ~MeegoHandsetNotificationProvider(); - int getCount(Notification::Type type); protected: MNotificationManagerInterface* _manager; WatchNotificationSink* _sink; protected slots: - void sinkNotification(const sowatch::Notification &n); - void sinkUnreadCountChanged(sowatch::Notification::Type type); + void newNotification(sowatch::Notification *n); friend class WatchNoficationSink; }; -- cgit v1.2.3