From 13042ef2cbf0f7e83146161d05a77cad57ea8ebf Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Wed, 8 May 2013 18:23:00 +0200 Subject: fix a few license issues --- libsowatchbt/bluetoothwatch.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'libsowatchbt') 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)), -- cgit v1.2.3