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! --- libsowatch/notificationprovider.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'libsowatch/notificationprovider.h') diff --git a/libsowatch/notificationprovider.h b/libsowatch/notificationprovider.h index fe835ef..31182f1 100644 --- a/libsowatch/notificationprovider.h +++ b/libsowatch/notificationprovider.h @@ -15,17 +15,8 @@ protected: explicit NotificationProvider(QObject *parent = 0); virtual ~NotificationProvider(); -public: - virtual int getCount(Notification::Type type) = 0; - signals: - void notification(const Notification& n); - void unreadCountChanged(Notification::Type type); - - void weatherUpdate(); - - void incomingCall(const QString& displayName); - void endIncomingCall(); + void incomingNotification(Notification* notification); }; } -- cgit v1.2.3