diff options
Diffstat (limited to 'libsowatch/notificationprovider.h')
-rw-r--r-- | libsowatch/notificationprovider.h | 4 |
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(); }; } |