diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-09-24 20:52:17 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-09-24 20:52:17 +0200 |
commit | a1ec50943454ba4674c8c5e5d5dadcdbd414b111 (patch) | |
tree | 163aed51758c98fa6feec35a344aa8b5095c32e5 /meegohandsetnotification/meegohandsetnotificationprovider.h | |
parent | cba26597f1c09764d37be0d13863ec5d5c340da0 (diff) | |
download | sowatch-a1ec50943454ba4674c8c5e5d5dadcdbd414b111.tar.gz sowatch-a1ec50943454ba4674c8c5e5d5dadcdbd414b111.zip |
Incoming phone calls working!
Diffstat (limited to 'meegohandsetnotification/meegohandsetnotificationprovider.h')
-rw-r--r-- | meegohandsetnotification/meegohandsetnotificationprovider.h | 4 |
1 files changed, 1 insertions, 3 deletions
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; }; |