summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothservicediscoveryagent.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-11-21 13:46:35 +0100
committerAlex Blasche <alexander.blasche@qt.io>2018-11-22 09:37:16 +0100
commitc3820b3d04aca98ee4e0d5eb85b23819c039532f (patch)
tree3d5b149c4c32fb7934d33e114e47f05500bc2fa0 /src/bluetooth/qbluetoothservicediscoveryagent.h
parent6cdb8dc9cd8a518d050d08be79938feee7a9bde2 (diff)
parent0446463da215fb14a6d5e70f3f9e5d8c2137d296 (diff)
Merge remote-tracking branch 'gerrit/dev' into win32
Diffstat (limited to 'src/bluetooth/qbluetoothservicediscoveryagent.h')
-rw-r--r--src/bluetooth/qbluetoothservicediscoveryagent.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/bluetooth/qbluetoothservicediscoveryagent.h b/src/bluetooth/qbluetoothservicediscoveryagent.h
index 6a3f8f03..8533ab72 100644
--- a/src/bluetooth/qbluetoothservicediscoveryagent.h
+++ b/src/bluetooth/qbluetoothservicediscoveryagent.h
@@ -112,24 +112,6 @@ Q_SIGNALS:
private:
QBluetoothServiceDiscoveryAgentPrivate *d_ptr;
-
- Q_PRIVATE_SLOT(d_func(), void _q_deviceDiscovered(const QBluetoothDeviceInfo &info))
- Q_PRIVATE_SLOT(d_func(), void _q_deviceDiscoveryFinished())
- Q_PRIVATE_SLOT(d_func(), void _q_deviceDiscoveryError(QBluetoothDeviceDiscoveryAgent::Error))
- Q_PRIVATE_SLOT(d_func(), void _q_serviceDiscoveryFinished())
-
-#if QT_CONFIG(bluez)
- Q_PRIVATE_SLOT(d_func(), void _q_discoveredServices(QDBusPendingCallWatcher*))
- Q_PRIVATE_SLOT(d_func(), void _q_createdDevice(QDBusPendingCallWatcher*))
- Q_PRIVATE_SLOT(d_func(), void _q_foundDevice(QDBusPendingCallWatcher*))
- Q_PRIVATE_SLOT(d_func(), void _q_sdpScannerDone(int,QProcess::ExitStatus))
-#endif
-#ifdef QT_ANDROID_BLUETOOTH
- Q_PRIVATE_SLOT(d_func(), void _q_processFetchedUuids(const QBluetoothAddress &address,
- const QList<QBluetoothUuid>&))
- Q_PRIVATE_SLOT(d_func(), void _q_fetchUuidsTimeout())
- Q_PRIVATE_SLOT(d_func(), void _q_hostModeStateChanged(QBluetoothLocalDevice::HostMode state))
-#endif
#ifdef QT_WIN_BLUETOOTH
Q_PRIVATE_SLOT(d_func(), void _q_nextSdpScan(QVariant input))
#endif