diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-06 02:56:39 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-09 01:57:32 +0200 |
| commit | 66fcda8bf06abcc557d2d435b5dc0562de3a9566 (patch) | |
| tree | 5b1b53ee834514178790a7a6ef87cdcf17d0ef1e /lib/watchconnector.h | |
| parent | 558e07f125eea64436e2097b8a35c9c348b5204e (diff) | |
Implemented org.pebbled DBus service
Diffstat (limited to 'lib/watchconnector.h')
| -rw-r--r-- | lib/watchconnector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/watchconnector.h b/lib/watchconnector.h index bf404e6..493856b 100644 --- a/lib/watchconnector.h +++ b/lib/watchconnector.h @@ -116,6 +116,7 @@ public slots: void onReadSocket(); void onConnected(); void onDisconnected(); + void onError(QBluetoothSocket::SocketError error); void reconnect(); private: |
