diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-09 01:55:13 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-09 01:57:32 +0200 |
| commit | 5c8b0d9b4f6ca7dc67c52040be30a0d60218cce9 (patch) | |
| tree | 5a74742fd2478989501e790498ac5843b52c2566 /daemon/watchconnector.h | |
| parent | 268e718a1d07c2a0202894a80d31a3df9f2633df (diff) | |
Implemented daemon interfaces for QML Manager app
Diffstat (limited to 'daemon/watchconnector.h')
| -rw-r--r-- | daemon/watchconnector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/watchconnector.h b/daemon/watchconnector.h index 493856b..eaeccdc 100644 --- a/daemon/watchconnector.h +++ b/daemon/watchconnector.h @@ -111,6 +111,7 @@ public slots: void endPhoneCall(unsigned int cookie=0); void deviceConnect(const QString &name, const QString &address); + void disconnect(); void deviceDiscovered(const QBluetoothDeviceInfo&); void handleWatch(const QString &name, const QString &address); void onReadSocket(); |
