summaryrefslogtreecommitdiff
path: root/libsowatch/notificationprovider.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-24 00:31:46 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-09-24 00:31:46 +0200
commitcba26597f1c09764d37be0d13863ec5d5c340da0 (patch)
tree5559b1274c228673e2bd519135de8de596c7e91b /libsowatch/notificationprovider.h
parentb414dbdb28d839c9755b1832f27f61d1ec9e7863 (diff)
downloadsowatch-cba26597f1c09764d37be0d13863ec5d5c340da0.tar.gz
sowatch-cba26597f1c09764d37be0d13863ec5d5c340da0.zip
new partially working incoming call plugin
Diffstat (limited to 'libsowatch/notificationprovider.h')
-rw-r--r--libsowatch/notificationprovider.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsowatch/notificationprovider.h b/libsowatch/notificationprovider.h
index 6f31581..fe835ef 100644
--- a/libsowatch/notificationprovider.h
+++ b/libsowatch/notificationprovider.h
@@ -22,6 +22,10 @@ signals:
void notification(const Notification& n);
void unreadCountChanged(Notification::Type type);
+ void weatherUpdate();
+
+ void incomingCall(const QString& displayName);
+ void endIncomingCall();
};
}