summaryrefslogtreecommitdiff
path: root/libsowatch/notificationprovider.h
diff options
context:
space:
mode:
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();
};
}