summaryrefslogtreecommitdiff
path: root/metawatch/metawatch.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-24 00:31:46 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-09-24 00:31:46 +0200
commitcba26597f1c09764d37be0d13863ec5d5c340da0 (patch)
tree5559b1274c228673e2bd519135de8de596c7e91b /metawatch/metawatch.h
parentb414dbdb28d839c9755b1832f27f61d1ec9e7863 (diff)
downloadsowatch-cba26597f1c09764d37be0d13863ec5d5c340da0.tar.gz
sowatch-cba26597f1c09764d37be0d13863ec5d5c340da0.zip
new partially working incoming call plugin
Diffstat (limited to 'metawatch/metawatch.h')
-rw-r--r--metawatch/metawatch.h4
1 files changed, 3 insertions, 1 deletions
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];