summaryrefslogtreecommitdiff
path: root/meegohandsetnotification/meegohandsetnotificationprovider.h
diff options
context:
space:
mode:
Diffstat (limited to 'meegohandsetnotification/meegohandsetnotificationprovider.h')
-rw-r--r--meegohandsetnotification/meegohandsetnotificationprovider.h4
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;
};