summaryrefslogtreecommitdiff
path: root/libsowatch/watch.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/watch.h')
-rw-r--r--libsowatch/watch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsowatch/watch.h b/libsowatch/watch.h
index fff4c15..5552a8c 100644
--- a/libsowatch/watch.h
+++ b/libsowatch/watch.h
@@ -41,6 +41,8 @@ signals:
public slots:
virtual void vibrate(bool on) = 0;
virtual void showNotification(const Notification& n) = 0;
+ virtual void startRinging(const QString& text) = 0;
+ virtual void stopRinging() = 0;
};
}