From cba26597f1c09764d37be0d13863ec5d5c340da0 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 24 Sep 2011 00:31:46 +0200 Subject: new partially working incoming call plugin --- metawatch/metawatch.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'metawatch/metawatch.h') diff --git a/metawatch/metawatch.h b/metawatch/metawatch.h index 9da21bb..48b7be6 100644 --- a/metawatch/metawatch.h +++ b/metawatch/metawatch.h @@ -80,6 +80,8 @@ public: void vibrate(bool on); void showNotification(const Notification& n); + void startRinging(const QString &text); + void stopRinging(); Mode currentMode() const; Mode paintTargetMode() const; @@ -126,7 +128,7 @@ protected: quint8 _buttonState; // Notifications: Unread count - uint _nMails, _nCalls, _nIms, _nSms; + uint _nMails, _nCalls, _nIms, _nSms, _nMms; static const quint8 bitRevTable[16]; static const quint16 crcTable[256]; -- cgit v1.2.3