From 798972b40c7f1afc6841a0db5a26e9b5bb769c68 Mon Sep 17 00:00:00 2001 From: Pierre TILAK Date: Fri, 13 Sep 2019 09:09:44 +1200 Subject: [PATCH] Fix bluetoothLink typo --- src/comm/BluetoothLink.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comm/BluetoothLink.cc b/src/comm/BluetoothLink.cc index e0120bcf0..52295790b 100644 --- a/src/comm/BluetoothLink.cc +++ b/src/comm/BluetoothLink.cc @@ -78,7 +78,7 @@ void BluetoothLink::_writeBytes(const QByteArray bytes) { if (_targetSocket) { if(_targetSocket->write(bytes) > 0) { - emit bytesSent(this, data); + emit bytesSent(this, bytes); _logOutputDataRate(bytes.size(), QDateTime::currentMSecsSinceEpoch()); } else { qWarning() << "Bluetooth write error"; -- 2.22.0