diff options
Diffstat (limited to 'metawatch/metawatch.h')
-rw-r--r-- | metawatch/metawatch.h | 4 |
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]; |