summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller.h
diff options
context:
space:
mode:
authorNedim Hadzic <nhadzic@blackberry.com>2014-03-12 13:53:59 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-14 12:50:51 +0100
commit140e8172f7cb8b2482d626aaf3af2f1d032070ea (patch)
treea17debeace5a4901301f6bf1773c424a14bede4a /src/bluetooth/qlowenergycontroller.h
parent4439541b05ae88a30159a5597d40f569328783ca (diff)
QNX BLE communication moved to controller class
Moving communication with device to QLowEnergyController class. Change-Id: Id783d3aac81c215fbda7c1390bb2abf8ecd2fb2a Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qlowenergycontroller.h')
-rw-r--r--src/bluetooth/qlowenergycontroller.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bluetooth/qlowenergycontroller.h b/src/bluetooth/qlowenergycontroller.h
index dcef728e..7146ccd8 100644
--- a/src/bluetooth/qlowenergycontroller.h
+++ b/src/bluetooth/qlowenergycontroller.h
@@ -81,12 +81,6 @@ Q_SIGNALS:
private:
QLowEnergyControllerPrivate *d_ptr;
-
- Q_PRIVATE_SLOT(d_func(), void _q_serviceConnected(const QBluetoothUuid &uuid))
- Q_PRIVATE_SLOT(d_func(), void _q_serviceError(const QBluetoothUuid &uuid))
- Q_PRIVATE_SLOT(d_func(), void _q_characteristicError(const QBluetoothUuid &uuid))
- Q_PRIVATE_SLOT(d_func(), void _q_valueReceived(const QBluetoothUuid &uuid))
- Q_PRIVATE_SLOT(d_func(), void _q_serviceDisconnected(const QBluetoothUuid &uuid))
#ifdef QT_BLUEZ_BLUETOOTH
Q_PRIVATE_SLOT(d_func(), void _q_replyReceived(const QString &reply))
#endif