diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-09-24 00:31:46 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-09-24 00:31:46 +0200 |
commit | cba26597f1c09764d37be0d13863ec5d5c340da0 (patch) | |
tree | 5559b1274c228673e2bd519135de8de596c7e91b /libsowatch/watch.h | |
parent | b414dbdb28d839c9755b1832f27f61d1ec9e7863 (diff) | |
download | sowatch-cba26597f1c09764d37be0d13863ec5d5c340da0.tar.gz sowatch-cba26597f1c09764d37be0d13863ec5d5c340da0.zip |
new partially working incoming call plugin
Diffstat (limited to 'libsowatch/watch.h')
-rw-r--r-- | libsowatch/watch.h | 2 |
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; }; } |