diff options
Diffstat (limited to 'libsowatch/declarativewatchwrapper.h')
-rw-r--r-- | libsowatch/declarativewatchwrapper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libsowatch/declarativewatchwrapper.h b/libsowatch/declarativewatchwrapper.h index 42746ec..583b2d2 100644 --- a/libsowatch/declarativewatchwrapper.h +++ b/libsowatch/declarativewatchwrapper.h @@ -21,6 +21,9 @@ public: Q_INVOKABLE QString model() const; Q_INVOKABLE bool active() const; +public slots: + void vibrate(int msecs); + signals: void buttonPressed(int button); void buttonReleased(int button); |