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 /libsowatch/notificationprovider.h | |
parent | cba26597f1c09764d37be0d13863ec5d5c340da0 (diff) | |
download | sowatch-a1ec50943454ba4674c8c5e5d5dadcdbd414b111.tar.gz sowatch-a1ec50943454ba4674c8c5e5d5dadcdbd414b111.zip |
Incoming phone calls working!
Diffstat (limited to 'libsowatch/notificationprovider.h')
-rw-r--r-- | libsowatch/notificationprovider.h | 11 |
1 files changed, 1 insertions, 10 deletions
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); }; } |