diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-08 18:23:00 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-08 18:23:00 +0200 |
commit | 13042ef2cbf0f7e83146161d05a77cad57ea8ebf (patch) | |
tree | d1c1178c3e64264dc81e2fe53ac5f8e5d80df922 /libsowatchbt/bluetoothwatch.cpp | |
parent | ccd19d2b7ee4184503ea46b98333b27a5613190e (diff) | |
download | sowatch-13042ef2cbf0f7e83146161d05a77cad57ea8ebf.tar.gz sowatch-13042ef2cbf0f7e83146161d05a77cad57ea8ebf.zip |
fix a few license issues
Diffstat (limited to 'libsowatchbt/bluetoothwatch.cpp')
-rw-r--r-- | libsowatchbt/bluetoothwatch.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libsowatchbt/bluetoothwatch.cpp b/libsowatchbt/bluetoothwatch.cpp index d977b67..38ec4d4 100644 --- a/libsowatchbt/bluetoothwatch.cpp +++ b/libsowatchbt/bluetoothwatch.cpp @@ -100,7 +100,6 @@ void BluetoothWatch::connectToWatch() connect(_socket, SIGNAL(connected()), SLOT(handleSocketConnected())); connect(_socket, SIGNAL(disconnected()), SLOT(handleSocketDisconnected())); - connect(_socket, SIGNAL(readyRead()), SLOT(handleSocketData())); connect(_socket, SIGNAL(error(QBluetoothSocket::SocketError)), SLOT(handleSocketError(QBluetoothSocket::SocketError))); connect(_socket, SIGNAL(stateChanged(QBluetoothSocket::SocketState)), |